chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bin/mdw-build: `nocommit' isn't a special case.
[profile]
/
bin
/
mdw-build
diff --git
a/bin/mdw-build
b/bin/mdw-build
index 9717a207ede5906a4c685ee33a55f2b834b62255..1f73bcbc3f95156906a6c4aa34cb9f86fb558740 100755
(executable)
--- a/
bin/mdw-build
+++ b/
bin/mdw-build
@@
-98,14
+98,14
@@
for opt; do
case "$opt" in
checkout) checkout=yes checkoutrev=HEAD ;;
checkout=*) checkout=yes checkoutrev=${opt#*=} ;;
case "$opt" in
checkout) checkout=yes checkoutrev=HEAD ;;
checkout=*) checkout=yes checkoutrev=${opt#*=} ;;
- nocheckout) checkout=no ;;
release) build=release ;;
norelease) build=test ;;
setup | distcheck | debian | upload | clean | vpath)
eval "$opt=yes"
;;
release) build=release ;;
norelease) build=test ;;
setup | distcheck | debian | upload | clean | vpath)
eval "$opt=yes"
;;
- nosetup | nodistcheck | nodebian | noupload | noclean | novpath)
+ nocheckout | nosetup | nodistcheck | nodebian | \
+ noupload | noclean | novpath)
eval "${opt#no}=no"
;;
*)
eval "${opt#no}=no"
;;
*)