aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2009-01-10 22:44:32 +0000
committerherbelin2009-01-10 22:44:32 +0000
commit99477c6fb60caf8d780d46aefc763d5e594331a0 (patch)
tree4c582e99fffc5829aff2038ae5da1b15ec522487
parentdb6363f65f8c68ccadd39effe76a5142c8ee1acd (diff)
Another problem with blanks in filenames
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11773 85f007b7-540e-0410-9357-904b9bb8a0f7
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 76f05e7f32..df2b395513 100755
--- a/configure
+++ b/configure
@@ -892,7 +892,7 @@ case $ARCH in
esac
mlconfig_file="$COQSRC/config/coq_config.ml"
-rm -f $mlconfig_file
+rm -f "$mlconfig_file"
cat << END_OF_COQ_CONFIG > $mlconfig_file
(* DO NOT EDIT THIS FILE: automatically generated by ../configure *)