From 4cdf2ccad255cb703879e3a3a5fea8ad884577c7 Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Wed, 8 Oct 2008 20:24:22 +0000 Subject: scripts/review: Make categories update language independent svn path=/sunrise/; revision=7204 --- scripts/review | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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}] " -- cgit v1.2.3-65-gdbad