From: Mark Wooding Date: Thu, 8 Apr 2010 19:33:45 +0000 (+0100) Subject: bin/mdw-build: Insert missing space. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/47539e6a01eaa5ef266480ead4229e387bfa257f bin/mdw-build: Insert missing space. Purely cosmetic. --- diff --git a/bin/mdw-build b/bin/mdw-build index 65ea3b0..34b6383 100755 --- a/bin/mdw-build +++ b/bin/mdw-build @@ -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