Skip to content

Commit

Permalink
brotlibest: fix option parsing (regression of v10.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Apr 11, 2018
1 parent cca0796 commit 1079553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/brotlibest
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ do if $last || $havearg
havearg=false
continue
fi
case option in
case $option in
-)
Push files "$option";;
--)
Expand Down

0 comments on commit 1079553

Please sign in to comment.