From 3baa812efda000bde0c8d9e3dd9d3173352a5d43 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Sat, 20 Jun 2015 18:14:21 +0300 Subject: [PATCH] comment out empty else condition as well --- split-dl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/split-dl.sh b/split-dl.sh index 7b37227..83c6700 100755 --- a/split-dl.sh +++ b/split-dl.sh @@ -49,7 +49,7 @@ done if [ "$FILE" == "" ] || [ "$MODE" == "" ]; then echo "Missing arguments! Please define the mode with -m and the file/link with -f. More info with -h." exit 1 -else +#else #echo "$MODE $SPLITSIZE $INFO $FILE $CHECKSUM" fi