ruby-changes:52052
From: nobu <ko1@a...>
Date: Fri, 10 Aug 2018 13:26:59 +0900 (JST)
Subject: [ruby-changes:52052] nobu:r64260 (trunk): .gdbinit: startup without shell for macOS Sierra and later
nobu 2018-08-10 13:26:54 +0900 (Fri, 10 Aug 2018) New Revision: 64260 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64260 Log: .gdbinit: startup without shell for macOS Sierra and later Modified files: trunk/.gdbinit Index: .gdbinit =================================================================== --- .gdbinit (revision 64259) +++ .gdbinit (revision 64260) @@ -1,3 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/.gdbinit#L1 +set startup-with-shell off + define hook-run set $color_type = 0 set $color_highlite = 0 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/