Commit a37ebf81 authored by Jan Kiene's avatar Jan Kiene
Browse files

add "" around input argument expansion

parent 382cef4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ if [ $# -ne 2 ]; then
fi

ivas_format=$1
output_format=$2
output_format="$2"

date=`date +%Y%m%d`                         # used for log-file file ending
shortDate=`date "+%b %d" | sed -e "s/\ /_/g"`    # stored in the log-file