aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordelahaye2000-07-05 17:46:18 +0000
committerdelahaye2000-07-05 17:46:18 +0000
commit8b1a540b136e2856fb8d5a9fd6504e4967497711 (patch)
tree8cf5d8c4be79760e6c3cfaf8604d9a4906b6f334 /configure
parentfae615defa0fca136dc7d1f6208d38333327d133 (diff)
Adaptation pour alpha.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@555 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3c890cf90d..c98cf3d2f0 100755
--- a/configure
+++ b/configure
@@ -342,7 +342,7 @@ case $ARCH in
win32)
STRIPCOMMAND="true";;
*)
- if test $coq_profile_flag = "-p" ; then
+ if [ "$coq_profile_flag" = "-p" ] ; then
STRIPCOMMAND="true"
else
STRIPCOMMAND="strip"