make.sh: Fix printing a log line

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-11-28 17:27:36 +00:00
parent 401a1edc56
commit dc4ae0b78d

View File

@@ -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