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