chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
68b2e9e
)
bin/mdw-build: Insert missing space.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 8 Apr 2010 19:33:45 +0000
(20:33 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 8 Apr 2010 19:33:45 +0000
(20:33 +0100)
Purely cosmetic.
bin/mdw-build
patch
|
blob
|
blame
|
history
diff --git
a/bin/mdw-build
b/bin/mdw-build
index 65ea3b0a5d2eff0fe73514527c450f101b29ae23..34b63834fb90cb1e534e64c302211306981dec63 100755
(executable)
--- a/
bin/mdw-build
+++ b/
bin/mdw-build
@@
-149,7
+149,7
@@
assign srcpath $(pwd)
## Construct the output directory.
assign releasepath $srcpath/dist-$build
## Construct the output directory.
assign releasepath $srcpath/dist-$build
-chmod -R +w $releasepath 2>/dev/null|| :
+chmod -R +w $releasepath 2>/dev/null
|| :
rm -rf $releasepath 2>/dev/null || :
mkdir $releasepath
case $verbose in
rm -rf $releasepath 2>/dev/null || :
mkdir $releasepath
case $verbose in