Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-12-18 12:18:41 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-12-18 12:18:41 +0300
commit90696d657cef381f207b92b7f5daf8612fa09124 (patch)
tree7bf6643e20782a751784baa321ef92082a553d0c /configure.in
parent906448f1d3f4ee6d197f0e61178a6e39455b670f (diff)
Quote '[]' properly.
svn path=/trunk/mono/; revision=54574
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d49badeccb7..fbe5f6df00c 100644
--- a/configure.in
+++ b/configure.in
@@ -1853,7 +1853,7 @@ fi
echo "ILDISASM = $mono_build_root/runtime/monodis-wrapper" >> $srcdir/$mcsdir/build/config.make
case $INSTALL in
- [\\/$]* | ?:[\\/]* ) mcs_INSTALL=$INSTALL ;;
+ [[\\/$]]* | ?:[[\\/]]* ) mcs_INSTALL=$INSTALL ;;
*) mcs_INSTALL=$mono_build_root/$INSTALL ;;
esac