Bug#403304: Debian: bash --debugger doesn't start the debugger

2015-10-13 Thread Chet Ramey
On 10/12/15 4:16 PM, Nicholas Bamber wrote: > My investigations indicate that it is still true that as per Debian bug > report (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403304) > --debugger does NOT start the debugger UNLESS the debugged script has a $1. We discussed this in a thread on b

Bug#403304: Debian: bash --debugger doesn't start the debugger

2015-10-12 Thread Nicholas Bamber
My investigations indicate that it is still true that as per Debian bug report (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403304) --debugger does NOT start the debugger UNLESS the debugged script has a $1. For example /bin/bash --debugger -- ~/scripts/ex1.sh will just run the script