mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 16:25:23 +01:00
Some shellcheck fixes.
This commit is contained in:
parent
ef0030bbf3
commit
6c4b98a17a
37 changed files with 90 additions and 93 deletions
|
|
@ -67,7 +67,7 @@ src_compile() {
|
|||
pushd libguile/.libs/order
|
||||
ar x ../libguile-3.0.a
|
||||
rm ../libguile-3.0.a
|
||||
ar cr ../libguile-3.0.a *.o
|
||||
ar cr ../libguile-3.0.a ./*.o
|
||||
popd
|
||||
|
||||
# Recompile guile with fixed libguile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue