fall through does not support in bash 3.4

This commit is contained in:
斟酌 鵬兄 2015-05-19 13:47:17 +08:00
parent 03fa04a277
commit fbef7def80

View File

@ -4,8 +4,8 @@ case $( uname -a | awk '{ print $1 }' ) in
Darwin) # although this is deprecated, Mac still use it Darwin) # although this is deprecated, Mac still use it
PERM="+111" PERM="+111"
;; ;;
Linux) ;& # Linux) ;& // Fall through does not support in OS X
CYGWIN~) ;& # CYGWIN~) ;&
*) *)
PERM="/111" PERM="/111"
;; ;;