mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-15 08:21:00 +00:00
Chocolate Doom build scripts
Bash 3 accepts ${array[@]:0} but this is invalid in bash 4 for empty arrays. Instead, use ${!array[@]} to get indexes into the array and look up entries using them. |
||
---|---|---|
chocpkg | ||
pkgdef | ||
.gitignore | ||
buildenv.sh | ||
COPYING.md | ||
README.md |
chocpkg
is a set of shell scripts for building Chocolate Doom.