Index: branches/5.1.x/tools/clear_cache.sh =================================================================== diff -u -N -r13376 -r13379 --- branches/5.1.x/tools/clear_cache.sh (.../clear_cache.sh) (revision 13376) +++ branches/5.1.x/tools/clear_cache.sh (.../clear_cache.sh) (revision 13379) @@ -1 +1,2 @@ -find ../system/cache/ -not -name "CVS" -not -name ".svn" -not -name "./" -not -name ".htaccess" -type d -o -name "debug_*" -maxdepth 1 | xargs rm -rf +cd ../system/cache/ +find ./ -not -name "CVS" -not -name ".svn" -not -name "./" -not -name ".htaccess" -type d -o -name "debug_*" -maxdepth 1 | xargs rm -rf