Changeset 1238 for branches/fc11-dev/locker/bin/fix-php-ini
- Timestamp:
- Jul 3, 2009, 3:47:04 AM (15 years ago)
- Location:
- branches/fc11-dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc11-dev
- Property svn:mergeinfo changed
/trunk merged: 1227,1230-1231,1233-1237
- Property svn:mergeinfo changed
-
branches/fc11-dev/locker/bin/fix-php-ini
r1083 r1238 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 -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.