]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/MKterminfo.sh
ncurses 5.1
[ncurses.git] / man / MKterminfo.sh
index a6f765a4f00cdbe1747e9e157fae09a0e0a59906..d4e25c51e89f339a43e66baa6484c383c9aca8f9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #***************************************************************************
-# Copyright (c) 1998 Free Software Foundation, Inc.                        *
+# Copyright (c) 1998-2000 Free Software Foundation, Inc.                   *
 #                                                                          *
 # Permission is hereby granted, free of charge, to any person obtaining a  *
 # copy of this software and associated documentation files (the            *
@@ -27,7 +27,7 @@
 # authorization.                                                           *
 #***************************************************************************
 #
-# $Id: MKterminfo.sh,v 1.5 1998/09/06 00:20:01 tom Exp $
+# $Id: MKterminfo.sh,v 1.6 2000/01/25 11:31:57 tom Exp $
 #
 # MKterminfo.sh -- generate terminfo.5 from Caps tabular data
 #
 # \ 5 to \n because I couldn't get used to inserting linefeeds directly.  There
 # had better be no \ 5s in the table source text.
 #
+# keep the order independent of locale:
+LANGUAGE=C
+LC_ALL=C
+export LANGUAGE
+export LC_ALL
+#
 head=$1
 caps=$2
 tail=$3