diff options
| author | delahaye | 2000-07-05 17:46:18 +0000 |
|---|---|---|
| committer | delahaye | 2000-07-05 17:46:18 +0000 |
| commit | 8b1a540b136e2856fb8d5a9fd6504e4967497711 (patch) | |
| tree | 8cf5d8c4be79760e6c3cfaf8604d9a4906b6f334 /configure | |
| parent | fae615defa0fca136dc7d1f6208d38333327d133 (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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
