From: Chris Koeritz Date: Tue, 14 Jan 2014 16:06:46 +0000 (-0500) Subject: a tweak to keep missing directories from causing error messages. X-Git-Tag: 2.140.90~838 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=e0631527cb5b815dc0fb609f9970f91299c3d98c;p=feisty_meow.git a tweak to keep missing directories from causing error messages. --- diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 40eb80e8..e3e0c4b1 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -220,8 +220,8 @@ function do_update() git pull 2>&1 | grep -v "X11 forwarding request failed" | squash_first_few_crs retval=${PIPESTATUS[0]} else + # this is not an error necessarily; we'll just pretend they planned this. echo no repository in $directory - retval=1 fi popd &>/dev/null return $retval