aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ocamldebug-v72
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ocamldebug-v7 b/dev/ocamldebug-v7
index 5a4bd252e..4d8e3092a 100755
--- a/dev/ocamldebug-v7
+++ b/dev/ocamldebug-v7
@@ -3,7 +3,7 @@
# wrap around ocamldebug for Coq
# export COQTOP=`coqtop -where`
-export COQTOP=`pwd`
+export COQTOP=$HOME/coq/V7
export COQLIB=$COQTOP
export COQTH=$COQLIB/theories
export CAMLP4LIB=`camlp4 -where`