unified language for saying there was no repo.
authorChris Koeritz <fred@gruntose.com>
Fri, 30 Aug 2013 14:41:01 +0000 (10:41 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 30 Aug 2013 14:41:01 +0000 (10:41 -0400)
scripts/rev_control/version_control.sh

index 104d56e4eea4275cb88c6267066e486621b7146b..e96af846e291aca24d97f1ec9f125a6938615cc7 100644 (file)
@@ -211,7 +211,7 @@ function do_update()
   elif [ -d ".git" ]; then
     git pull 2>&1 | grep -v "X11 forwarding request failed" | squash_first_few_crs
   else
-    echo unknown repository for $directory...
+    echo no repository in $directory
   fi
   popd &>/dev/null
 }