aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-29 13:29:27 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-29 13:29:27 +0000
commit739e6fafabda2e8715257b39ac1c5a1b26cd0dcc (patch)
tree137aaacbc2d826aa20138d6f791f4b6ab3ee6dbe /bin
parent3082652a000e715e3ba141d14cae23c41ae668e6 (diff)
Fix typo
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 0e232cff..3607ed45 100644
--- a/bin/proofgeneral
+++ b/bin/proofgeneral
@@ -13,7 +13,7 @@
PGHOME=/usr/share/emacs/ProofGeneral
#PGHOME=~/ProofGeneral
-if [ -z "EMACS" ]; then
+if [ -z "$EMACS" ]; then
if which xemacs > /dev/null; then
EMACS=xemacs
else