Ignore:
Timestamp:
Jul 3, 2009, 3:47:04 AM (15 years ago)
Author:
mitchb
Message:
Merge r1225:1237 from trunk to branches/fc11-dev
Location:
branches/fc11-dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/fc11-dev

  • branches/fc11-dev/locker/bin/fix-php-ini

    r1083 r1238  
    88if [ -f php.ini ]; then
    99        echo "Creating php.ini symlinks in child directories..."
    10         athrun scripts gfind . -mindepth 1 -type d -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/"' -- {} \;
    1111        echo "Done!"
    1212else
Note: See TracChangeset for help on using the changeset viewer.