logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 364cacb1cee4275a9f886f48d1f50c17ce786b2e
parent f75a5f094940e34044761c760495b44d42715ce6
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Sun,  5 Mar 2023 00:11:47 +0000

Pass --no-filename to grep command.

Diffstat:

Msysa/run2.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysa/run2.sh b/sysa/run2.sh @@ -73,7 +73,7 @@ build ed-1.4 build bc-1.07.1 # Clear up some RAM space -grep '^build' "${SOURCES}"/run*.sh | sed "s/build //" | sed "s/ .*$//" | while read -r p ; do +grep --no-filename '^build' "${SOURCES}"/run*.sh | sed "s/build //" | sed "s/ .*$//" | while read -r p ; do rm -rf "${SOURCES:?}/${p:?}" done