mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-13 02:20:39 +01:00
dolt: allow older versions of bash to compile the xserver (#19031)
Signed-off-by: James Cloos <cloos@jhcloos.com>
This commit is contained in:
parent
aeff14d5f2
commit
7be6520d94
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue