diff options
author | Thomas Sachau <tommy@gentoo.org> | 2008-10-08 20:24:22 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2008-10-08 20:24:22 +0000 |
commit | 4cdf2ccad255cb703879e3a3a5fea8ad884577c7 (patch) | |
tree | 2ae9ec9d4d6ea324b2ff32069e78644fa2e9cbef /scripts | |
parent | Automatic update to use.local.desc (diff) | |
download | sunrise-reviewed-4cdf2ccad255cb703879e3a3a5fea8ad884577c7.tar.gz sunrise-reviewed-4cdf2ccad255cb703879e3a3a5fea8ad884577c7.tar.bz2 sunrise-reviewed-4cdf2ccad255cb703879e3a3a5fea8ad884577c7.zip |
scripts/review: Make categories update language independent
svn path=/sunrise/; revision=7204
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/review | 2 |
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}] " |