summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2008-10-08 20:24:22 +0000
committerThomas Sachau <tommy@gentoo.org>2008-10-08 20:24:22 +0000
commit4cdf2ccad255cb703879e3a3a5fea8ad884577c7 (patch)
tree2ae9ec9d4d6ea324b2ff32069e78644fa2e9cbef /scripts
parentAutomatic update to use.local.desc (diff)
downloadsunrise-4cdf2ccad255cb703879e3a3a5fea8ad884577c7.tar.gz
sunrise-4cdf2ccad255cb703879e3a3a5fea8ad884577c7.tar.bz2
sunrise-4cdf2ccad255cb703879e3a3a5fea8ad884577c7.zip
scripts/review: Make categories update language independent
svn path=/sunrise/; revision=7204
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}] "