From 70519559b2127c594527ee1cccde48b9259dba2f Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 4 Jan 2013 11:16:10 +0700 Subject: minikrebs: print dot instead of whole line of output --- minikrebs/profiles/init | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'minikrebs') diff --git a/minikrebs/profiles/init b/minikrebs/profiles/init index b7c1e8e9..f20e9b75 100755 --- a/minikrebs/profiles/init +++ b/minikrebs/profiles/init @@ -10,7 +10,9 @@ fi echo if [ -e ./custom_make ];then echo "Starting Custom Make" - sh ./custom_make + sh ./custom_make 2>/dev/null | while read line; do + echo -n . + done else echo "No Custom Make Script exists, bailing out!" exit 1 -- cgit v1.2.3