dolt: allow older versions of bash to compile the xserver (#19031)

Signed-off-by: James Cloos <cloos@jhcloos.com>
(cherry picked from commit 7be6520d94)
This commit is contained in:
Stuart Bennett 2008-12-12 00:08:44 +00:00 committed by Keith Packard
parent ca56d764d2
commit c7fffe9e13

View 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@<:@${#args[@]}@:>@="$arg" ;;
esac
done
if $modeok && $tagok ; then