summaryrefslogtreecommitdiff
path: root/dev/ocamldebug-v7.template
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2006-01-19 22:34:29 +0000
committerGravatar Samuel Mimram <smimram@debian.org>2006-01-19 22:34:29 +0000
commit018ee3b0c2be79eb81b1f65c3f3fa142d24129c8 (patch)
treefbb91e2f74c73bb867ab62c58f248a704bbe6dec /dev/ocamldebug-v7.template
parent6497f27021fec4e01f2182014f2bb1989b4707f9 (diff)
Imported Upstream version 8.0pl3upstream/8.0pl3
Diffstat (limited to 'dev/ocamldebug-v7.template')
-rw-r--r--dev/ocamldebug-v7.template6
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`