summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/review2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/review b/scripts/review
index 85239657f..c27eb29d4 100755
--- a/scripts/review
+++ b/scripts/review
@@ -91,7 +91,7 @@ while [[ $# > 0 ]] ; do
done
cd sunrise
-ls -d *-* > profiles/categories
+LC_ALL="C" ls -d *-* > profiles/categories
if [[ $(svn diff profiles/categories) ]]; then
svn diff profiles/categories | if [[ "$opt_quiet" == "0" ]] ; then less; else cat; fi
echo -n "${BOLD}Commit changes?${NORMAL} [${GREEN}Yes${NORMAL}/${RED}No${NORMAL}] "