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
cmucl
cmucl
Commits
373bc974
Commit
373bc974
authored
Nov 06, 2013
by
Raymond Toy
Browse files
Recognize -h and -? options to print out a usage message.
parent
e99b2b29
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/create-target.sh
View file @
373bc974
...
...
@@ -18,6 +18,19 @@ usage() {
##--
prgm_name
=
`
basename
$0
`
bld_dir
=
$1
lisp_variant
=
$2
motif_variant
=
$3
while
getopts
"h?"
arg
do
case
$arg
in
h
)
usage
;;
\?
)
usage
;;
esac
done
bld_dir
=
$1
lisp_variant
=
$2
motif_variant
=
$3
exec
2>&1
[
-n
"
$bld_dir
"
]
||
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