From b243914d74f1db18e475be89576d0afc4b6d6c77 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 6 Nov 2011 12:10:10 +0100 Subject: [PATCH] Fix for newer version of git --- tools/update/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update/update.sh b/tools/update/update.sh index a1d6bc40..25922e0e 100755 --- a/tools/update/update.sh +++ b/tools/update/update.sh @@ -13,7 +13,7 @@ UPDDIR=$(dirname $0) cd $UPDDIR # Pull changes from the it repo -git pull -q|grep -v "Already up-to-date" +git pull -q|grep -v "up to date" # Figure out if something changed git log -n1 --pretty=oneline > /tmp/pgweb.update -- 2.39.5