From f7bff15bee0ef4ec3180474e5ddbe266ec90753d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jul 2022 00:53:17 +1200 Subject: Use long GDB option --- sh/shrc.d/gdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/shrc.d/gdb.sh b/sh/shrc.d/gdb.sh index ec9d4137..4fb459cb 100644 --- a/sh/shrc.d/gdb.sh +++ b/sh/shrc.d/gdb.sh @@ -1,4 +1,4 @@ # Don't print the GDB copyright message on every invocation gdb() { - command gdb -q "$@" + command gdb --quiet "$@" } -- cgit v1.2.3