chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ffdcdb3
)
bin/mdw-build: Missing `;;' in `case'.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 9 Feb 2016 14:02:56 +0000
(14:02 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/bin/mdw-build
b/bin/mdw-build
index 9eb466bd7042c7c716e4c3f4855904d4f6604a64..b4c5cfead3e22473954f86518afb630c70bda7e7 100755
(executable)
--- 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)
[ "$(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?