mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Improve globbing of build scripts.
This commit is contained in:
parent
f784690b3c
commit
eb650776e9
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ get_file() {
|
||||||
else
|
else
|
||||||
bname=$(basename "$url" ".tar.${ext}")
|
bname=$(basename "$url" ".tar.${ext}")
|
||||||
fi
|
fi
|
||||||
for file in "${bname}."*; do
|
for file in "${bname}"*; do
|
||||||
if [ -f "${file}" ]; then
|
if [ -f "${file}" ]; then
|
||||||
cp "${file}" tmp/after
|
cp "${file}" tmp/after
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue