From 3bf065dd58180aa90d6b9e5cc2a425ce8206de81 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Thu, 26 Jun 2008 22:04:35 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ acinclude.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.25.1