Merge branch 'master' of AstroGit:utils

This commit is contained in:
斟酌 鵬兄 2015-05-21 10:53:10 +08:00
commit ebfe2f3ba9

View File

@ -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"
;;