summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt/diff.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/quilt/diff.in b/quilt/diff.in
index dc021f0..edee329 100644
--- a/quilt/diff.in
+++ b/quilt/diff.in
@@ -113,9 +113,7 @@ do_diff()
[ -s "$new_file" ] || new_file=/dev/null
if ! diff -q "$old_file" "$new_file" >/dev/null
then
- export LANG=$ORIGINAL_LANG
- $opt_diff "$old_file" "$new_file"
- export LANG=POSIX
+ LANG=$ORIGINAL_LANG $opt_diff "$old_file" "$new_file"
true
fi
else