From: Michael Tremer Date: Tue, 28 Nov 2017 17:27:36 +0000 (+0000) Subject: make.sh: Fix printing a log line X-Git-Tag: v2.19-core117~1^2~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc4ae0b78d54bb2db70ef3ddc7c777196b42a10f;p=people%2Fstevee%2Fipfire-2.x.git make.sh: Fix printing a log line Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 22724aa872..7128a40888 100755 --- a/make.sh +++ b/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