summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-07-27 02:21:38 +0200
committerDan McGee <dan@archlinux.org>2007-07-27 02:21:38 +0200
commite0ffc60c5310fbc0a8030fee86bf6f3931ba2d6e (patch)
tree9c799e7e0d1a270b5669f6c35d9c640fb3867422 /contrib
parente4f56298be2b2a4da16b1bdb61b08276cdabea27 (diff)
downloadpacman-e0ffc60c5310fbc0a8030fee86bf6f3931ba2d6e.tar.gz
pacman-e0ffc60c5310fbc0a8030fee86bf6f3931ba2d6e.tar.xz
Fix re-pacman locale issues
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/re-pacman2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/re-pacman b/contrib/re-pacman
index 350fe865..c53ce87d 100755
--- a/contrib/re-pacman
+++ b/contrib/re-pacman
@@ -48,6 +48,8 @@ make_pkginfo () {
done
}
+LANG="POSIX"
+
if [ $# -ne 1 ]; then
echo "usage: re-pacman <installed package name>"
exit 1