From e0631527cb5b815dc0fb609f9970f91299c3d98c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 14 Jan 2014 11:06:46 -0500 Subject: [PATCH] a tweak to keep missing directories from causing error messages. --- scripts/rev_control/version_control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1