Fix re-pacman locale issues

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-07-26 20:21:38 -04:00
parent e4f56298be
commit e0ffc60c53
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ make_pkginfo () {
done
}
LANG="POSIX"
if [ $# -ne 1 ]; then
echo "usage: re-pacman <installed package name>"
exit 1