Fix date language

This commit is contained in:
Andrey A. Chernov 1997-06-19 08:40:18 +00:00
parent b9921f4e56
commit 3de20ee66c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7008

View file

@ -0,0 +1,19 @@
*** gnats/edit-pr.sh.bak Tue Dec 3 01:46:08 1996
--- gnats/edit-pr.sh Thu Jun 19 12:37:34 1997
***************
*** 20,26 ****
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
debug_print=false # or echo to get output.
! DATE=`date`
GNATS_ROOT=xGNATS_ROOTx
LIBDIR=xLIBDIRx
PATH=$PATH:$GNATS_ROOT/gnats-bin
--- 20,26 ----
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
debug_print=false # or echo to get output.
! DATE=`LC_TIME=C date`
GNATS_ROOT=xGNATS_ROOTx
LIBDIR=xLIBDIRx
PATH=$PATH:$GNATS_ROOT/gnats-bin