Another globbing fix.
This commit is contained in:
parent
fbb01bbf4d
commit
8959ac6a46
4 changed files with 4 additions and 4 deletions
|
@ -178,7 +178,7 @@ rm -rf "$BUILD_ROOT" && mkdir -m 755 "$BUILD_ROOT" || die "Failed to clear build
|
|||
[[ -n "${SRC_FILENAMES[*]}" ]] && {
|
||||
while read -r SRC; do
|
||||
case "$SRC" in
|
||||
*.tar.?z|*.t?z)
|
||||
*.tar.*|*.t?z)
|
||||
tar -xv -C "$BUILD_WORKDIR" -f "$SRC" || die "Failed to extract source: $SRC"
|
||||
;;
|
||||
*.zip|*.ZIP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue