gdbgitclone: update
[nethome.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index d01df08..6397fe3 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -337,8 +337,7 @@ function sourcewarecvscheckout {(set -ex
        #(set +x;cvsignoresall)
        (set +x;ignoresall)
        );}
-function gdbgitclone { git clone git://sourceware.org/git/gdb.git gdb-git; }
-function binutilsgitclone { git clone git://sourceware.org/git/binutils.git binutils-git; }
+function gdbgitclone { git clone git://sourceware.org/git/binutils-gdb.git gdb-git; }
 function archergitclone { git clone git://sourceware.org/git/archer.git archer-git; }
 function gdbcvscheckout { sourcewarecvscheckout gdb; }
 function binutilscvscheckout { sourcewarecvscheckout binutils; }