Package: btnx
Version: 0.4.11-2
Severity: normal
Tags: patch
The init script add inverted commas around the name of a config file. But with
them, btnx can't load the file and load the default config file.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (910, 'stable'), (890, 'stable'), (180,
'unstable'), (60, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages btnx depends on:
ii btnx-config 0.4.9-2 graphical user interface for btnx
ii libc6 2.9-23 GNU C Library: Shared libraries
ii libdaemon0 0.13-3 lightweight C library for daemons
btnx recommends no packages.
btnx suggests no packages.
-- no debconf information
--- btnx_original 2009-08-29 09:41:52.000000000 +0200
+++ btnx 2009-08-29 09:38:48.000000000 +0200
@@ -42,7 +42,7 @@
if [ -z $2 ]; then # empty string
ARG_CONFIG=""
else
- ARG_CONFIG="-c \"$2\""
+ ARG_CONFIG="-c $2"
fi
#