(patch from Dan forwarded by Thomas Goirand).
+ o Remove 'bashisms' from mlmmj-make-ml script (patch from Dan forwarded by
+ Thomas Goirand).
o Automatically skip blank lines followed by unsatisfied conditionals with no
else part in list texts
o Automatically skip lines with only whitespace and directives in list texts
do
case "$Option" in
h )
- echo -e "$USAGE"
+ echo "$USAGE"
exit 0
;;
z )
CHOWN="$OPTARG"
;;
* )
- echo -e "$0: invalid option\nTry $0 -h for more information."
+ echo "$0: invalid option"
+ echo "Try $0 -h for more information."
exit 1
esac
done