Commit 56ef0780 authored by Vitaly Lipatov's avatar Vitaly Lipatov

all output from git pull to stdout

parent aabaa12d
......@@ -58,7 +58,7 @@ fi
if [ -n "$CHECKONLY" ] ; then
echocon "Pull repo from $REPO"
UPTODATEres=`git pull $REBASE $REPO $@`
UPTODATEres=`git pull $REBASE $REPO $@ 2>&1`
echocon $UPTODATEres
echo $UPTODATEres | tail -n1 | grep -q "is up to date"
exit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment