diff options
Diffstat (limited to 'cvs_update_anonymously')
-rw-r--r-- | cvs_update_anonymously | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cvs_update_anonymously b/cvs_update_anonymously index 47bfab3..9bdd325 100644 --- a/cvs_update_anonymously +++ b/cvs_update_anonymously @@ -1,5 +1,5 @@ -if [ a"$1" = adiff ]; then - cmd=diff +if [ a"$1" = adiff -o a"$1" = aexport ]; then + cmd="$1" shift else cmd=update |