Commit 28ebaa3f authored by Andreas Tille's avatar Andreas Tille
Browse files

Enable calling script without any arguments

parent 5681ab91
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -28,11 +28,12 @@ can be created.
EOHELP
}


if [ $# -gt 0 ] ; then
  if [ "-h"="$1" -o "--help"="$1" ] ; then
    help
    exit
  fi
fi

set -u