mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +00:00
error with the pattern matching ?
This commit is contained in:
parent
be8ed0045a
commit
d6811f803a
1 changed files with 1 additions and 1 deletions
2
melpa
2
melpa
|
@ -69,7 +69,7 @@ set -- $args
|
|||
|
||||
for i; do
|
||||
case "$i" in
|
||||
-h | -?) print_usage
|
||||
-h | -\?) print_usage
|
||||
shift
|
||||
exit
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue