Better test in vboxplay

From Debian sid
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
This commit is contained in:
Karsten Keil 2012-02-25 16:09:15 +01:00
parent f0ad84363a
commit c7942216a2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ fi
SAMPLE=$1
VOLUME=$2
if [ "$VOLUME" == "" ]; then
if [ -z "$VOLUME" ]; then
VOLUME=5;
fi