chiark / gitweb /
bin/mdw-build: Delete spurious space.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 2 Jul 2024 13:34:44 +0000 (14:34 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 2 Jul 2024 13:35:25 +0000 (14:35 +0100)
bin/mdw-build

index fe336461938ed4637f5295c2bf9009139e90305a..0781c164b007840ff5a98ba366ed82640889c54b 100755 (executable)
@@ -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"
       ;;
     *)