diff options
Diffstat (limited to 'cvs_update_anonymously')
-rw-r--r-- | cvs_update_anonymously | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cvs_update_anonymously b/cvs_update_anonymously index 26f2014..47bfab3 100644 --- a/cvs_update_anonymously +++ b/cvs_update_anonymously @@ -1,8 +1,9 @@ if [ a"$1" = adiff ]; then cmd=diff + shift else cmd=update fi -cvs -z3 -d :pserver:anonymous@cvs.libvncserver.sf.net:/cvsroot/libvncserver $cmd +cvs -z3 -d :pserver:anonymous@cvs.libvncserver.sf.net:/cvsroot/libvncserver $cmd "$@" |