diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /lang/Gofer/files/patch-ac | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'lang/Gofer/files/patch-ac')
-rw-r--r-- | lang/Gofer/files/patch-ac | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/lang/Gofer/files/patch-ac b/lang/Gofer/files/patch-ac deleted file mode 100644 index 67da1c7d1a75..000000000000 --- a/lang/Gofer/files/patch-ac +++ /dev/null @@ -1,36 +0,0 @@ -*** ../scripts/gofer.0 Thu Jun 23 16:00:00 1994 ---- ../scripts/gofer Wed Feb 8 01:16:55 1995 -*************** -*** 9,18 **** - # Edited by Jonathan Bowen, Oxford University, August 1993 - - # Location of gofer files - site specific -! ROOT=/usr/local/gofer - - # first, the location of your prelude file: -! GOFER=${GOFER-$ROOT/lib/standard.prelude} - export GOFER - - # next, command line argument settings. One example might be: ---- 9,18 ---- - # Edited by Jonathan Bowen, Oxford University, August 1993 - - # Location of gofer files - site specific -! ROOT=/usr/local/lib/Gofer - - # first, the location of your prelude file: -! GOFER=${GOFER-$ROOT/standard.prelude} - export GOFER - - # next, command line argument settings. One example might be: -*************** -*** 34,37 **** - - # Finally, start the interpreter running: - # exec /usr/local/lib/Gofer/gofer $GOFERARGS $* -! exec $ROOT/bin/Gofer $GOFERARGS $* ---- 34,37 ---- - - # Finally, start the interpreter running: - # exec /usr/local/lib/Gofer/gofer $GOFERARGS $* -! exec $ROOT/gofer $GOFERARGS $* |