v4l2 removed video_usercopy function
configure --prefix argument ignored
"Rocky Bernstein" rockyb@users.sf.net writes: Is this a bug? Yes Something I'm doing wrong? Nah. Should be addressed in commit 384dae9 Awesome! I just pulled it, rebuilt, and can confirm the fix: ./bashdb /tmp/test.sh bash debugger, bashdb, release 4.4-0.92 Copyright 2002-2004, 2006-2012, 2014, 2016-2017 Rocky Bernstein This is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. (/tmp/test.sh:3): 3: set...
I'm not sure whether this is a bug or not, so I'm asking here. Given this script, called test.sh: 1 2 3 4 5 6#!/bin/bash set -e echo hi exit 0 I am presented with this disappointing bashdb session: > ./bashdb /tmp/test.sh bash debugger, bashdb, release 4.4-0.92 Copyright 2002-2004, 2006-2012, 2014, 2016-2017 Rocky Bernstein This is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. (/tmp/test.sh:3): 3:...
I'm not sure whether this is a bug or not, so I'm asking here. Given this script, 1 2 3 4 5 6#!/bin/bash set -e echo hi exit 0 I am presented with this disappointing bashdb session: > ./bashdb /tmp/test.sh bash debugger, bashdb, release 4.4-0.92 Copyright 2002-2004, 2006-2012, 2014, 2016-2017 Rocky Bernstein This is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. (/tmp/test.sh:3): 3: set -e bashdb<0>...
uncuddle em-dash spaces for consistency with ot...
another minor editorial and case improvement
make 'updated' comment consistent with the rest