cvs: Fix cvs.fedoraproject.org.
[nethome.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 4121c16..5a18e38 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -283,6 +283,7 @@ function cvs {(unset cvs
        local _opts _opts_d _now _line _o
        _opts_d="-d"
        if grep -iw '\(sources.redhat.com\|sourceware.org\):/cvs/src' CVS/Root &>/dev/null;then _opts_d="";fi
+       if grep -iw '\(cvs.fedoraproject.org\):/cvs/pkgs' CVS/Root &>/dev/null;then _opts_d="";fi
        if grep '^tests/kernel/syscalls/ptrace' CVS/Repository &>/dev/null;then _opts_d="";fi
        _now=false
        _line=""