diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2011-09-03 14:05:25 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-09-03 14:05:25 +0200 |
commit | 9d943c7539f59f42ba8f8052497dc541fe5f0167 (patch) | |
tree | c8725127bf7a68d3d7fe57adca45c204b25adf21 /term.sh | |
parent | 0e9a09d7718f02726b12924f7ddb05a992202aa3 (diff) | |
download | screen-9d943c7539f59f42ba8f8052497dc541fe5f0167.tar.gz |
Imported Upstream version 4.0.2upstream/4.0.2
Diffstat (limited to 'term.sh')
-rw-r--r-- | term.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ if test -z "$srcdir"; then srcdir=. fi +LC_ALL=C +export LC_ALL + rm -f term.h cat << EOF > term.h /* |