chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
569ac6f
)
bin/mdw-build: Delete spurious space.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 2 Jul 2024 13:34:44 +0000
(14:34 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 2 Jul 2024 13:35:25 +0000
(14:35 +0100)
bin/mdw-build
patch
|
blob
|
blame
|
history
diff --git
a/bin/mdw-build
b/bin/mdw-build
index fe336461938ed4637f5295c2bf9009139e90305a..0781c164b007840ff5a98ba366ed82640889c54b 100755
(executable)
--- 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 | \
;;
nocheckout | nosetup | nodistcheck | nodebian | \
noupload | nodput | noclean | novpath | nonative | notest | \
- nosbuild | nosign
)
+ nosbuild | nosign)
eval "${opt#no}=no"
;;
*)
eval "${opt#no}=no"
;;
*)