commit | 8d6eb214258f0a5900067751133ba8b77912533e | [log] [tgz] |
---|---|---|
author | david_williams <david_williams> | Sat May 26 21:51:36 2007 +0000 |
committer | david_williams <david_williams> | Sat May 26 21:51:36 2007 +0000 |
tree | 3f5a400312600d6cb6abd2b1ecf7f0d0803c8a40 | |
parent | 5ab9cb74e334b2307525be64b0951a9b425662dc [diff] [blame] |
small improvement
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/copyToRelease-code.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/copyToRelease-code.sh index 5e5a89e..09a0e75 100644 --- a/org.eclipse.wtp.releng.webupdatesite/build-home/copyToRelease-code.sh +++ b/org.eclipse.wtp.releng.webupdatesite/build-home/copyToRelease-code.sh
@@ -57,7 +57,9 @@ rsync ${doit} --ignore-existing -rv ${fromDir}/plugins ${toDir} if [ "${doit}" = "--dry-run" ] ; then + echo "" echo " This was a dry run. Add -doit to actually copy" + echo "" fi