bin/mdw-build: Reflow the negated options list.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 19 Jun 2020 08:38:50 +0000 (09:38 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 19 Jun 2020 09:17:38 +0000 (10:17 +0100)
I haven't been very principled about this.

bin/mdw-build

index 09f99d5..e31561d 100755 (executable)
@@ -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"
       ;;
     *)