Merge branch 'master' of AstroGit:utils
This commit is contained in:
commit
ebfe2f3ba9
@ -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"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user