Changed exit 2 to exit 1 as it seems to be The Right Thing since exit 2 is misuse-something
This commit is contained in:
@@ -12,7 +12,7 @@ Arg2=$2
|
||||
# Sanity checks
|
||||
if [ $# -ne 2 ]; then
|
||||
printf "`basename $0` requires two arguments\n"
|
||||
exit 2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
printf "Argument 1 is ${Arg1}\n"
|
||||
|
Reference in New Issue
Block a user