Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
e96c0bdb
Commit
e96c0bdb
authored
Feb 05, 2010
by
Robert P. Goldman
Browse files
Fixed dumb bugs in shell script arg processing.
parent
35888c2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/run-tests.sh
View file @
e96c0bdb
...
...
@@ -10,9 +10,9 @@ export DEBUG_ASDF_TEST=
while
getopts
"duh"
OPTION
do
case
OPTION
in
case
$
OPTION
in
d
)
DEBUG_ASDF_TEST
=
1
DEBUG_ASDF_TEST
=
1
;;
u
)
usage
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment