summaryrefslogtreecommitdiff
path: root/source4/script/gdb_run
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/gdb_run')
-rwxr-xr-xsource4/script/gdb_run1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/script/gdb_run b/source4/script/gdb_run
index bfefce1ac9..146259d705 100755
--- a/source4/script/gdb_run
+++ b/source4/script/gdb_run
@@ -8,7 +8,6 @@ TMPFILE=$TMPDIR/gdb_run.$$
cat << EOF > $TMPFILE
run
bt
-quit
EOF
trap "/bin/rm -f $TMPFILE" EXIT