chiark / gitweb /
bin/mdw-build: Insert missing space.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 8 Apr 2010 19:33:45 +0000 (20:33 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 8 Apr 2010 19:33:45 +0000 (20:33 +0100)
Purely cosmetic.

bin/mdw-build

index 65ea3b0a5d2eff0fe73514527c450f101b29ae23..34b63834fb90cb1e534e64c302211306981dec63 100755 (executable)
@@ -149,7 +149,7 @@ assign srcpath $(pwd)
 
 ## 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