summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bennett <sb476@cam.ac.uk>2008-12-12 00:08:44 +0000
committerJames Cloos <cloos@jhcloos.com>2008-12-12 04:54:34 -0500
commit7be6520d94df874c6bbd46d06a1830a12d0967f2 (patch)
tree4d16622d4cc773242a91dc72ff1cd4737035b962
parentaeff14d5f208d02f211b8b2a1a98999624e8c2cf (diff)
dolt: allow older versions of bash to compile the xserver (#19031)
Signed-off-by: James Cloos <cloos@jhcloos.com>
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index efece2aab..c3e36f8b1 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@<:@${#args[@]}@:>@="$arg" ;;
esac
done
if $modeok && $tagok ; then