Package: softbeep
Version: 0.3-10
Severity: normal
Tags: patch
sb-beep is a #!/bin/sh script but uses the '==' operator in tests, which only
works with bash. softbeep needs this patch to work when /bin/sh is not bash:
--- softbeep-0.3/sb-beep.orig 2006-05-26 12:22:03.000000000 -0500
+++ softbeep-0.3/sb-beep 2006-05-26 12:23:13.000000000 -0500
@@ -2,7 +2,7 @@
FILE=/usr/share/sounds/warning.wav
-if [ "$1" == "irssi" ] || [ "$1" == "xchat" ] ; then
+if [ "$1" = "irssi" ] || [ "$1" = "xchat" ] ; then
FILE=/usr/share/sounds/email.wav
fi
-- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc)
Kernel: Linux 2.6.16.14
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages softbeep depends on:
ii libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]