diff options
| author | David Aspinall | 2004-03-01 11:40:46 +0000 |
|---|---|---|
| committer | David Aspinall | 2004-03-01 11:40:46 +0000 |
| commit | dc8a7b6bff56cda86735b023eb09c1f2dc4dd022 (patch) | |
| tree | 4eb01629a38d3d0b9af052766889e6534da87052 /bin | |
| parent | 9d9784134aa243789a018f309f9bfcc490ba4163 (diff) | |
Set to wroking default
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/proofgeneral | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/proofgeneral b/bin/proofgeneral index b54a35b0..46d541a4 100644 --- a/bin/proofgeneral +++ b/bin/proofgeneral @@ -10,8 +10,10 @@ # $Id$ # -# The relative path works for uninstalled package -PGHOME=.. +# The default path works if you unpack Proof General in your +# home directory. +# NB: no trailing backslash here! +PGHOME=$HOME/ProofGeneral # Try to find an Emacs executable if [ -z "$EMACS" ] || [ ! -x "$EMACS" ]; then @@ -85,5 +87,6 @@ if [ ! -x "$EMACS" ]; then exit 1 fi +echo $EMACS -eval "(or (featurep (quote proof-site)) (load \"$PGHOME/generic/proof-site.el\"))" -f proof-splash-display-screen "$@" exec $EMACS -eval "(or (featurep (quote proof-site)) (load \"$PGHOME/generic/proof-site.el\"))" -f proof-splash-display-screen "$@" |
