chiark / gitweb /
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 9eb466bd7042c7c716e4c3f4855904d4f6604a64..b4c5cfead3e22473954f86518afb630c70bda7e7 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)
     [ "$(git ls-files -m)" = "" ] ||
       warn "working tree has uncommitted changes"
     gitver=$(git describe --abbrev=4)
+    ;;
 esac
 
 ## Is there Debian build equipment?
 esac
 
 ## Is there Debian build equipment?