From dc57eebe78fcd51eddfb606a2803e62ce2ceb2d3 Mon Sep 17 00:00:00 2001 From: David Farning Date: Wed, 18 Feb 2009 14:18:00 +0000 Subject: Fix clean.py to correctly delete stale .mo files --- 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" -- cgit v0.9.1