From: Alp Toker Date: Thu, 26 Jun 2008 22:04:35 +0000 (-0000) Subject: 2008-06-26 Alp Toker X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=3bf065dd58180aa90d6b9e5cc2a425ce8206de81;p=mono.git 2008-06-26 Alp Toker * acinclude.m4: Prospective dolt fix for the build bot. Fix syntax to work with older bash versions. svn path=/trunk/mono/; revision=106696 --- diff --git a/ChangeLog b/ChangeLog index 04ca8b6b1a3..dd7aea4fb78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-26 Alp Toker + + * acinclude.m4: Prospective dolt fix for the build bot. Fix syntax to work + with older bash versions. + 2008-06-26 Alp Toker * acinclude.m4: Update dolt to the latest git version 5e9eef10. (The one we diff --git a/acinclude.m4 b/acinclude.m4 index 8c75480ae08..56d89634efd 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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