aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2005-09-21 20:10:49 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2005-09-21 20:10:49 +0000
commit73854e5fdc3722c0bd567d38c7536397f8d6748f (patch)
treeae8575d49084ad0af570a0a6ab270ef93a7ea620 /bin
parente401a92d6dffd2cc5d703b24b79fbbf420db1fd4 (diff)
Fix PGHOMEDEFAULT
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 d24ba24e..4f442867 100644
--- a/bin/proofgeneral
+++ b/bin/proofgeneral
@@ -20,7 +20,7 @@
# The default path should work if you are using the Proof General RPM
# or unpack Proof General in your home directory.
# NB: no trailing backslash here!
-PGHOMEDEFAULT=/home/da/ProofGeneral
+PGHOMEDEFAULT=$HOME/ProofGeneral
# Try to find a default Emacs executable
if [ -z "$EMACS" ] || [ ! -x "$EMACS" ]; then