projects-dir.mk, projs-dir.mk, pgit.sh: Set CVS_RSH unconditionally to wrapper

Problem is, the OS cvs package sets the environment variable to "ssh"
in a profile script. Overriding this to speed things up.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-04-12 18:21:20 +00:00
commit 8477f45390
2 changed files with 6 additions and 11 deletions

View file

@ -41,7 +41,7 @@ run()
config
cd $pdir
#set -e
set -e
for d in $pdirs; do
marker $d
git -C $d $cmd "$@"