diff options
author | ache <ache@FreeBSD.org> | 1997-06-19 08:40:18 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-06-19 08:40:18 +0000 |
commit | d9034bda4929d214e6edec33cad4e5a8b40d9a49 (patch) | |
tree | 62dfa317edeec25f6ee9628056909c719d8e845b | |
parent | 23a2c3a6a9ddaf425ae1a23a96f7d2831f716b69 (diff) | |
download | FreeBSD-ports-d9034bda4929d214e6edec33cad4e5a8b40d9a49.zip FreeBSD-ports-d9034bda4929d214e6edec33cad4e5a8b40d9a49.tar.gz |
Fix `date` language
-rw-r--r-- | databases/gnats/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/gnats/files/patch-ab b/databases/gnats/files/patch-ab new file mode 100644 index 0000000..38018ed --- /dev/null +++ b/databases/gnats/files/patch-ab @@ -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 |