mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
make.sh: Fix printing a log line
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
2
make.sh
2
make.sh
@@ -1542,7 +1542,7 @@ buildpackages() {
|
||||
|
||||
|
||||
# Generating list of packages used
|
||||
echo -n "Generating packages list from logs" | tee -a $LOGFILE
|
||||
print_line "Generating packages list from logs"
|
||||
rm -f $BASEDIR/doc/packages-list
|
||||
for i in `ls -1tr $BASEDIR/log/[^_]*`; do
|
||||
if [ "$i" != "$BASEDIR/log/FILES" -a -n $i ]; then
|
||||
|
||||
Reference in New Issue
Block a user