fall through does not support in bash 3.4
This commit is contained in:
parent
03fa04a277
commit
fbef7def80
@ -4,8 +4,8 @@ case $( uname -a | awk '{ print $1 }' ) in
|
||||
Darwin) # although this is deprecated, Mac still use it
|
||||
PERM="+111"
|
||||
;;
|
||||
Linux) ;&
|
||||
CYGWIN~) ;&
|
||||
# Linux) ;& // Fall through does not support in OS X
|
||||
# CYGWIN~) ;&
|
||||
*)
|
||||
PERM="/111"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user