From 1556faf730d8db71d1a973695948fcf3d7f432b6 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 19 Jun 2020 09:38:50 +0100 Subject: [PATCH] bin/mdw-build: Reflow the negated options list. I haven't been very principled about this. --- bin/mdw-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ;; *) -- 2.11.0