X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/57aa56c99f7123113d78cc0fbb33de93341a0b78..50c72b0f2508927d524d48de01ba2f42696f11e4:/bin/mdw-build diff --git a/bin/mdw-build b/bin/mdw-build index 9717a20..1f73bcb 100755 --- 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#*=} ;; - nocheckout) checkout=no ;; 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" ;; *)