From: Mark Wooding Date: Fri, 19 Jun 2020 08:38:50 +0000 (+0100) Subject: bin/mdw-build: Reflow the negated options list. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/1556faf730d8db71d1a973695948fcf3d7f432b6 bin/mdw-build: Reflow the negated options list. I haven't been very principled about this. --- diff --git a/bin/mdw-build b/bin/mdw-build index 09f99d5..e31561d 100755 --- a/bin/mdw-build +++ b/bin/mdw-build @@ -159,7 +159,8 @@ for opt; do eval "$opt=yes" ;; nocheckout | nosetup | nodistcheck | nodebian | \ - noupload | nodput | noclean | novpath | nonative | nosbuild | nosign) + noupload | nodput | noclean | novpath | nonative | \ + nosbuild | nosign ) eval "${opt#no}=no" ;; *)