@ -114,9 +114,8 @@ done
shift "$((OPTIND-1))"
program=$1
# ensure that positional argument exists
if [[ $# -ne 1 ]]; then
if [[ -z $program ]]; then
echo "Exactly 1 positional argument is required." \
echo "1 positional argument is required." \
"For help use -h or --help or see the manpage." | \
tee -a /tmp/tdrop/log
exit 1