Changeset 1414 for branches/locker-dev/locker/bin/fix-php-ini
- Timestamp:
- Jan 12, 2010, 11:55:27 PM (15 years ago)
- Location:
- branches/locker-dev/locker
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/locker-dev/locker
-
Property
svn:mergeinfo
set to
False
/trunk/locker merged eligible
-
Property
svn:mergeinfo
set to
False
-
branches/locker-dev/locker/bin
-
Property
svn:mergeinfo
set to
False
/branches/fc11-dev/locker/bin merged eligible /trunk/locker/bin merged eligible
-
Property
svn:mergeinfo
set to
False
-
branches/locker-dev/locker/bin/fix-php-ini
r1083 r1414 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.