Changeset 1231 for trunk/locker/bin/fix-php-ini
- Timestamp:
 - Jul 2, 2009, 6:50:15 PM (16 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/locker/bin/fix-php-ini (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/locker/bin/fix-php-ini
r1230 r1231 8 8 if [ -f php.ini ]; then 9 9 echo "Creating php.ini symlinks in child directories..." 10 athrun scripts gfind . -mindepth 1 -type d -not -name .svn -not -name .git-exec sh -c 'ln -sf "`echo "$1" | sed '\''s,[^/],,g; s,/,../,g'\''`php.ini" "$1/"' -- {} \;10 athrun scripts gfind . -mindepth 1 -type d \( -not -name .svn -not -name .git -or -not -prune \) -exec sh -c 'ln -sf "`echo "$1" | sed '\''s,[^/],,g; s,/,../,g'\''`php.ini" "$1/"' -- {} \; 11 11 echo "Done!" 12 12 else  
Note: See TracChangeset
          for help on using the changeset viewer.
      