From: Mark Wooding Date: Tue, 9 Feb 2016 14:02:56 +0000 (+0000) Subject: bin/mdw-build: Missing `;;' in `case'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/663059137f3bffaf94f9623506bf1387aa15058a?hp=--cc bin/mdw-build: Missing `;;' in `case'. I didn't know that was allowed. It doesn't seem like good style, anyway. --- 663059137f3bffaf94f9623506bf1387aa15058a diff --git a/bin/mdw-build b/bin/mdw-build index 9eb466b..b4c5cfe 100755 --- a/bin/mdw-build +++ b/bin/mdw-build @@ -223,6 +223,7 @@ case "$checkout,$setup,$(yesno [ -d $srcpath/.git ])" in [ "$(git ls-files -m)" = "" ] || warn "working tree has uncommitted changes" gitver=$(git describe --abbrev=4) + ;; esac ## Is there Debian build equipment?