X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bashrc;h=6397fe3150914d0ae654374087ad4c71a24fdf2e;hp=d01df08df280ac4e15f41ed65a935549b22e84f0;hb=1047e75382996d81711e499fc5a0b0e65173d4ee;hpb=a4561e183fb27130ddff99de88d9dac8a6395c5e diff --git a/.bashrc b/.bashrc index d01df08..6397fe3 100644 --- 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; }