chiark / gitweb /
Remove // from inside conditionals
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 29 Jul 2018 03:51:02 +0000 (04:51 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 29 Jul 2018 04:02:21 +0000 (05:02 +0100)
This idiom is terse, but quite confusing.  Instead, handle the undef
case explicitly.

While we are editing these:
 * Change two internal errors from die to confess
 * Fix a die in git-debrebase which ought to be badusage

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>

No differences found