Skip to content

Commit

Permalink
Be explicit.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Aug 21, 2011
1 parent a8b9cd4 commit 4c3cadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install
Expand Up @@ -7,11 +7,11 @@ do
token="$1"
shift
case "$token" in
(*trace)
(--trace|trace)
extension_args+=("--trace=all")
;;

(*prefix)
(--prefix|prefix)
prefix_path="$1"
if ! shift
then
Expand Down

0 comments on commit 4c3cadd

Please sign in to comment.