chiark / gitweb /
Dgit.pm: Call `confess' when shellquote gets an undef arg
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 18 Jan 2017 21:28:25 +0000 (21:28 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 18 Jan 2017 21:28:26 +0000 (21:28 +0000)
commit48f5dab721e03a47deeef0af45a993b48687bf88
tree28258f09af0c27b1fa36f1e5b4eccf36b4f5a2c8
parent507dba18d8e6c102c69dac1cd83d76d821a6cf2f
Dgit.pm: Call `confess' when shellquote gets an undef arg

This can happen if a command (eg passed to debugcmd) has an undef
argument.  This turns an undefined warning into an explicit internal
error.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Debian/Dgit.pm
debian/changelog