]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - configure.ac
- force LC_ALL=C when grepping data from possibly localized program outputs
[projects/rc-scripts.git] / configure.ac
index 37cf285451a7025223c3dbd985ec89e8ce325a0f..7207aff1203110c2e5460a36a44f3cbd2938313f 100644 (file)
@@ -9,7 +9,7 @@ echo -n "Finding shell scripts"
 SHSCRIPTS=""
 for shfile in $(find ${srcdir}/rc.d ${srcdir}/sysconfig ! -path "*/\.*/*" ! -name "*~" -type f); do
     echo -n "."
-    if (LANG=C file ${shfile} | grep -q 'shell script'); then
+    if (LC_ALL=C file ${shfile} | grep -q 'shell script'); then
        SHSCRIPTS="${SHSCRIPTS} ${shfile}"
     fi
 done
This page took 0.038723 seconds and 4 git commands to generate.