chiark / gitweb /
bin/mdw-build: Insert missing space.
[profile] / 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