Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/clean.sh b/bin/clean.sh
index 8bcc058..7f377ee 100755
--- a/bin/clean.sh
+++ b/bin/clean.sh
@@ -15,7 +15,7 @@ rm -f webroot/css/style.min.css
# Remove all .mo files
# Not doing this probably wouldn't cause a conflict, but better to be safe
-find locale/ -name *.mo -exec rm -f {} \;
+find locale/ -name *.mo -delete
echo "Done"