mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 17:25:24 +01:00
run.sh: replace default arguments written out with ''
'' matches as an empty string which bash evaluates to be nothing, tricking it into using the alternative text.
This commit is contained in:
parent
c05c16e12c
commit
c3c031fc51
1 changed files with 2 additions and 2 deletions
|
|
@ -29,13 +29,13 @@ build mes-0.23 mes-libc-0.23.sh
|
||||||
|
|
||||||
build tcc-0.9.27 tcc-meslibc-rebuild.sh checksums/tcc-meslibc-rebuild
|
build tcc-0.9.27 tcc-meslibc-rebuild.sh checksums/tcc-meslibc-rebuild
|
||||||
|
|
||||||
build musl-1.1.24 musl-1.1.24.sh checksums/pass1
|
build musl-1.1.24 '' checksums/pass1
|
||||||
|
|
||||||
# Rebuild tcc using musl
|
# Rebuild tcc using musl
|
||||||
build tcc-0.9.27 tcc-musl-pass1.sh checksums/tcc-musl-pass1
|
build tcc-0.9.27 tcc-musl-pass1.sh checksums/tcc-musl-pass1
|
||||||
|
|
||||||
# Rebuild musl using tcc-musl
|
# Rebuild musl using tcc-musl
|
||||||
build musl-1.1.24 musl-1.1.24.sh checksums/pass2
|
build musl-1.1.24 '' checksums/pass2
|
||||||
|
|
||||||
# Rebuild tcc-musl using new musl
|
# Rebuild tcc-musl using new musl
|
||||||
build tcc-0.9.27 tcc-musl-pass2.sh checksums/tcc-musl-pass2
|
build tcc-0.9.27 tcc-musl-pass2.sh checksums/tcc-musl-pass2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue