aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/gdb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/shrc.d/gdb.sh')
-rw-r--r--sh/shrc.d/gdb.sh2
1 files changed, 1 insertions, 1 deletions
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 "$@"
}