diff --git a/schedule b/schedule index 59c1a5f..ebdcb51 100755 --- a/schedule +++ b/schedule @@ -8,7 +8,7 @@ TOURNAMENT="2014/1-tabiyas" # Version information VERSION="0.3" -argv0=${0##*/} +argv0="${0##*/}" usage() { cat <&2 exit 1 fi if [[ "$opt" == f && ! "$OPTARG" =~ ^(term|html|lor)$ ]]; then - echo "Incorrect FORMAT specified" + echo "Incorrect FORMAT specified" 1>&2 exit 1 fi }