From 76b116d2fd0e0fd77244ae0eeeedb0d944ecf0ee Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 4 Oct 1996 12:30:16 +0000 Subject: Relax the argument checking - it caused it to fail in the perfectly legitimate cd-to-worm copy case. --- share/examples/worm/burncd.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'share/examples/worm') diff --git a/share/examples/worm/burncd.sh b/share/examples/worm/burncd.sh index 3f16652..c6af890 100755 --- a/share/examples/worm/burncd.sh +++ b/share/examples/worm/burncd.sh @@ -25,8 +25,6 @@ fi if [ $# -lt 1 ]; then echo "usage: $0 input-file" -elif [ ! -f $1 ]; then - echo "$0: $1 is not a valid file." elif [ "`id -u`" != "0" ]; then echo "Sorry, this must be done as root." else -- cgit v1.1