error with the pattern matching ?

This commit is contained in:
Donald Ephraim Curtis 2012-01-20 20:41:36 -06:00
parent be8ed0045a
commit d6811f803a

2
melpa
View file

@ -69,7 +69,7 @@ set -- $args
for i; do
case "$i" in
-h | -?) print_usage
-h | -\?) print_usage
shift
exit
;;