mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 03:00:12 +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
|
for i; do
|
||||||
case "$i" in
|
case "$i" in
|
||||||
-h | -?) print_usage
|
-h | -\?) print_usage
|
||||||
shift
|
shift
|
||||||
exit
|
exit
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue