aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-03-01 11:45:08 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-03-01 11:45:08 +0000
commitee1f0a3e11d1c53c3122f231cf2726d2941731a3 (patch)
tree9fb0357501c4d8f4f3ff893f2b900ccdb680706c /bin
parent6f0b4f1548d0a6c0bb811e35efcc28a339ce753c (diff)
Fix default location
Diffstat (limited to 'bin')
-rw-r--r--bin/proofgeneral2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/proofgeneral b/bin/proofgeneral
index 46d541a4..7ced2770 100644
--- a/bin/proofgeneral
+++ b/bin/proofgeneral
@@ -13,7 +13,7 @@
# The default path works if you unpack Proof General in your
# home directory.
# NB: no trailing backslash here!
-PGHOME=$HOME/ProofGeneral
+PGHOME=/home/da/ProofGeneral
# Try to find an Emacs executable
if [ -z "$EMACS" ] || [ ! -x "$EMACS" ]; then