Skip to content

Commit

Permalink
display help message for illegal command instead of hanging in an inf…
Browse files Browse the repository at this point in the history
…inite loop
  • Loading branch information
Grifs committed Dec 16, 2024
1 parent e3e674b commit ee632f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ while [ $# -gt 0 ]; do
prefix="$2"
shift 2
;;
--help)
*)
echo 'usage: ./configure [options]'
echo 'options:'
echo ' --prefix=<path>: installation prefix'
Expand Down

0 comments on commit ee632f0

Please sign in to comment.