gdbdevelcvscheckout: Fix its initial sanity check.
[nethome.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index ca82719..cf5355b 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -321,7 +321,7 @@ function gdbcvscheckout {(set -ex
        (set +x;ignoresall)
        );}
 function gdbdevelcvscheckout {(set -ex
-       test -d gdb-devel
+       test -d gdb-devel
        (set +x;CVSROOT=:pserver:anonymous@cvs.fedoraproject.org:/cvs/pkgs cvs checkout -d gdb-devel rpms/gdb/devel)
        cd gdb-devel
        make test-srpm