Fix major breakage in format output by changing two lines. Look at
this patch to see the subtlety; see http://www.lemis.com/~grog/debug/gmat.html for debugging analysis and an explanation.
This commit is contained in:
parent
8ee39d395c
commit
77d4d1f95a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37598
13
textproc/gmat/files/patch-ad
Normal file
13
textproc/gmat/files/patch-ad
Normal file
@ -0,0 +1,13 @@
|
||||
--- macros/tmac.G~ Fri Mar 24 03:42:38 2000
|
||||
+++ macros/tmac.G Fri Jan 26 13:46:44 2001
|
||||
@@ -20,8 +20,8 @@
|
||||
.\"
|
||||
.\" ############ DEFAULTS AND MISC VARIABLES
|
||||
.\" The following strings are set in accord with the Makefile
|
||||
-.ds TMPDIR %%TMPDIR%%
|
||||
-.ds BINDIR %%BINDIR%%
|
||||
+.ds TMPDIR %%TMPDIR%%
|
||||
+.ds BINDIR %%BINDIR%%
|
||||
.ds gmat_gmacroff %%BINDIR%%/gmacroff
|
||||
.\" DEFINE THE FOLLOWING paths for your local environment!
|
||||
.ds gmat_echo /bin/echo
|
Loading…
Reference in New Issue
Block a user