From 4473a090ada8706e4e61916347950aa45b5acef7 Mon Sep 17 00:00:00 2001 From: "mauro.giachero" Date: Wed, 5 Aug 2009 21:27:09 +0000 Subject: [PATCH] Fix GPG checking message. The OK wasn't sent to the terminal, so the thing looked quite screwed up (all the "Checking GPG of" instances were on a single line). Signed-off-by: Mauro Giachero --- src/usr/sbin/sbopkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index 3f100ca..31fdd66 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -3368,7 +3368,7 @@ EOF esac done else - echo "OK" >> $TMPLOG + echo "OK" | tee -a $TMPLOG fi tar -C ./$CATEGORY -zxf $CHKPKG.tar.gz return 0