diff options
| author | David Aspinall | 2005-09-21 20:10:49 +0000 |
|---|---|---|
| committer | David Aspinall | 2005-09-21 20:10:49 +0000 |
| commit | 73854e5fdc3722c0bd567d38c7536397f8d6748f (patch) | |
| tree | ae8575d49084ad0af570a0a6ab270ef93a7ea620 | |
| parent | e401a92d6dffd2cc5d703b24b79fbbf420db1fd4 (diff) | |
Fix PGHOMEDEFAULT
| -rw-r--r-- | bin/proofgeneral | 2 |
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 |
