Skip to content
Snippets Groups Projects
Commit e96c0bdb authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Fixed dumb bugs in shell script arg processing.

parent 35888c2b
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,9 @@ export DEBUG_ASDF_TEST= ...@@ -10,9 +10,9 @@ export DEBUG_ASDF_TEST=
while getopts "duh" OPTION while getopts "duh" OPTION
do do
case OPTION in case $OPTION in
d) d)
DEBUG_ASDF_TEST = 1 DEBUG_ASDF_TEST=1
;; ;;
u) u)
usage usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment