bin/mdw-build: Missing `;;' in `case'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 9 Feb 2016 14:02:56 +0000 (14:02 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 9 Feb 2016 14:02:56 +0000 (14:02 +0000)
I didn't know that was allowed.  It doesn't seem like good style,
anyway.

bin/mdw-build

index 9eb466b..b4c5cfe 100755 (executable)
@@ -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?