isdnutils (1:3.9.20060704+dfsg.2-4.1) bashisms.patch

Summary

 vbox/utils/vboxplay.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- isdnutils-3.9.20060704.orig/vbox/utils/vboxplay.in	2008-04-08 07:45:09.000000000 +0100
+++ isdnutils-3.9.20060704/vbox/utils/vboxplay.in	2008-04-08 07:47:30.000000000 +0100
@@ -15,7 +15,7 @@
 
 SAMPLE=$1
 VOLUME=$2
-if [ "$VOLUME" == "" ]; then
+if [ -z "$VOLUME" ]; then
    VOLUME=5;
 fi