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

Signed-off-by: James Cloos <cloos@jhcloos.com>
This commit is contained in:
Stuart Bennett 2008-12-12 00:08:44 +00:00 committed by James Cloos
parent aeff14d5f2
commit 7be6520d94

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