summaryrefslogtreecommitdiff
path: root/lang/Gofer/files/patch-ac
blob: 67da1c7d1a75818378683e9ec2c03045bb38cb5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*** ../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 $*