From: Mark Wooding Date: Tue, 2 Jul 2024 13:34:44 +0000 (+0100) Subject: bin/mdw-build: Delete spurious space. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/d844d61940b095f81cf5984e82e909fb8e18269e?ds=sidebyside bin/mdw-build: Delete spurious space. --- diff --git a/bin/mdw-build b/bin/mdw-build index fe33646..0781c16 100755 --- a/bin/mdw-build +++ b/bin/mdw-build @@ -165,7 +165,7 @@ for opt; do ;; nocheckout | nosetup | nodistcheck | nodebian | \ noupload | nodput | noclean | novpath | nonative | notest | \ - nosbuild | nosign ) + nosbuild | nosign) eval "${opt#no}=no" ;; *)