]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Fix printing a log line
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Nov 2017 17:27:36 +0000 (17:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Nov 2017 17:29:27 +0000 (17:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 22724aa87235d924be3250a69736118e094b3903..7128a408886b7a8a7a3cb8421bd13d6cbc7caeb7 100755 (executable)
--- 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