diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-19 08:40:18 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-19 08:40:18 +0000 |
commit | 3de20ee66c35738dd9e3cbbd88f54a24affbcec8 (patch) | |
tree | c48b521f82a03f27f0a1b97c0dec43f5418ba86d | |
parent | Typo in dependency ("database/p5-DBI" -> "databases/p5-DBI"). (diff) |
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 000000000000..38018edd096b --- /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 |