mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
Jenkins: Small cosmetic change to build script
This commit is contained in:
parent
0cdc68d2bd
commit
1cc29c0aab
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ then
|
||||||
echo -n "]"
|
echo -n "]"
|
||||||
fi
|
fi
|
||||||
done < deps.txt
|
done < deps.txt
|
||||||
[ -z "$pkgs" ] && echo -n none required
|
[ -z "$pkgs" ] && echo -n ' none required'
|
||||||
echo
|
echo
|
||||||
|
|
||||||
# Install the downloaded architecture-specific dependencies.
|
# Install the downloaded architecture-specific dependencies.
|
||||||
|
|
Loading…
Reference in a new issue