* src/sanity/style.test: Better fix for the previous error.
This commit is contained in:
parent
57d5eb3cb3
commit
2598f794d8
2 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-02-24 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* src/sanity/style.test: Better fix for the previous error.
|
||||||
|
|
||||||
2010-02-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2010-02-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
Work around a spurious style.test error.
|
Work around a spurious style.test error.
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,13 @@ if (grep --color=auto -n --version)>/dev/null 2>&1; then
|
||||||
export GREP_COLOR
|
export GREP_COLOR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Reset the locale, so for instance we don't get bugs because sed is
|
||||||
|
# expecting utf-8 and we feed him latin-1. The C locale should be OK,
|
||||||
|
# because we do not treat extended characters specifically in the
|
||||||
|
# following style rules.
|
||||||
|
LC_ALL=C
|
||||||
|
export LC_ALL
|
||||||
|
|
||||||
tmp=incltest.tmp
|
tmp=incltest.tmp
|
||||||
|
|
||||||
for dir in "${INCDIR-..}" "${INCDIR-..}"/../iface; do
|
for dir in "${INCDIR-..}" "${INCDIR-..}"/../iface; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue