X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bashrc;h=a900afa24d1ae52ad16a095daae3d1a7d6c86597;hp=75afd7846dc3b135d847a93f1111ea75ac534eec;hb=22051f75cbac8ae7e10c7d81946abe1f093baa19;hpb=c8465fda852554c3cb9ae0cecf158a302f412265 diff --git a/.bashrc b/.bashrc index 75afd78..a900afa 100644 --- a/.bashrc +++ b/.bashrc @@ -231,7 +231,8 @@ export LC_COLLATE=C # as it breaks Mutt "utf-8" and somehow it is no longer needed. # Re: [Bug-readline] Readline 6.0 patch 004 trapped signal echoed to conso # http://lists.gnu.org/archive/html/bug-readline/2009-09/msg00006.html -stty -echoctl +# 2>/dev/null for possible: stty: standard input: Inappropriate ioctl for device +stty -echoctl 2>/dev/null function wclines { awk '{x[$0]++}END{for (i in x) print x[i]"\t"i}'; } # SunOS does not support "-m" @@ -333,6 +334,8 @@ 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 gdbcvscheckout { sourcewarecvscheckout gdb; } function binutilscvscheckout { sourcewarecvscheckout binutils; } function gdbdevelcvscheckout {(set -ex