diff options
Diffstat (limited to 'dev/ocamldebug-v7.template')
-rw-r--r-- | dev/ocamldebug-v7.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/ocamldebug-v7.template b/dev/ocamldebug-v7.template index 96c53192..1dd625c8 100644 --- a/dev/ocamldebug-v7.template +++ b/dev/ocamldebug-v7.template @@ -2,10 +2,10 @@ # wrap around ocamldebug for Coq -export COQTOP=COQTOPDIRECTORY -export COQLIB=COQLIBDIRECTORY +export COQTOP='COQTOPDIRECTORY' +export COQLIB='COQLIBDIRECTORY' export COQTH=$COQLIB/theories -CAMLBIN=CAMLBINDIRECTORY +CAMLBIN='CAMLBINDIRECTORY' OCAMLDEBUG=$CAMLBIN/ocamldebug export CAMLP4LIB=`$CAMLBIN/camlp4 -where` |