2008-06-26 Alp Toker <alp@nuanti.com>
authorAlp Toker <alp@mono-cvs.ximian.com>
Thu, 26 Jun 2008 22:04:35 +0000 (22:04 -0000)
committerAlp Toker <alp@mono-cvs.ximian.com>
Thu, 26 Jun 2008 22:04:35 +0000 (22:04 -0000)
* acinclude.m4: Prospective dolt fix for the build bot. Fix syntax to work
with older bash versions.

svn path=/trunk/mono/; revision=106696

ChangeLog
acinclude.m4

index 04ca8b6b1a335198b8b508221c3af3e41f69907b..dd7aea4fb78dd07097a4ef00b2bd6e2009b13d56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-26  Alp Toker  <alp@nuanti.com>
+
+       * acinclude.m4: Prospective dolt fix for the build bot. Fix syntax to work
+       with older bash versions.
+
 2008-06-26  Alp Toker  <alp@nuanti.com>
 
        * acinclude.m4: Update dolt to the latest git version 5e9eef10. (The one we
index 8c75480ae08c3b6bdadebf3825df76069e0e557f..56d89634efd8c0157559fd0155b38e3be01642aa 100644 (file)
@@ -157,7 +157,7 @@ for arg in "$[]@"; do
     case "$arg" in
         --mode=compile) modeok=true ;;
         --tag=CC|--tag=CXX) tagok=true ;;
-        *) args+=("$arg")
+        *) args+=("$arg") ;;
     esac
 done
 if $modeok && $tagok ; then