mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix date
language
This commit is contained in:
parent
b9921f4e56
commit
3de20ee66c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7008
1 changed files with 19 additions and 0 deletions
19
databases/gnats/files/patch-ab
Normal file
19
databases/gnats/files/patch-ab
Normal 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
|
Loading…
Add table
Reference in a new issue