summaryrefslogtreecommitdiff
path: root/src/aif.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-19 12:43:11 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-19 12:43:11 +0200
commita96f1b9ac7f505865ffaf9ee9ac1a375c9b959be (patch)
treed9839c122fc43aac21a3116f10d3fb255515c40b /src/aif.sh
parentb668472a5f68a139e47516f70df94b2a327c16d0 (diff)
use LANG=C when parsing aif output. Fixes FS#14852
Diffstat (limited to 'src/aif.sh')
-rwxr-xr-xsrc/aif.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/aif.sh b/src/aif.sh
index ec1b612..e58815f 100755
--- a/src/aif.sh
+++ b/src/aif.sh
@@ -128,6 +128,7 @@ done
# Set pacman vars. allow procedures to have set $var_TARGET_DIR (TODO: look up how delayed variable substitution works. then we can put this at the top again)
# flags like --noconfirm should not be specified here. it's up to the procedure to decide the interactivity
+# NOTE: Pacman will run with currently active locale, if you want to parse output, you should prefix with LANG=C
PACMAN=pacman
PACMAN_TARGET="pacman --root $var_TARGET_DIR --config /tmp/pacman.conf"