Do cvs update only if we have an ssh-agent running

(I don't want to enter a password for that).
This commit is contained in:
hjp 2001-08-27 19:25:10 +00:00
parent 4745559118
commit 05af0e4e68
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ then
fi fi
date date
uptime uptime
cd ~/zdot && cvs update -d -P && make install [ -n "$SSH_AUTH_SOCK" ] && cd ~/zdot && cvs update -d -P && make install
cd ~ cd ~