diff --git a/do-release.sh b/do-release.sh index 9414d9e3ed..730275a9bc 100755 --- a/do-release.sh +++ b/do-release.sh @@ -74,7 +74,7 @@ if [ "" = "$DEVELOPMENT_VERSION" ]; then read DEVELOPMENT_VERSION fi if [ "" = "$CURRENT_BRANCH" ]; then - echo -n "What is the branch you wnat to release from? (e.g. master or pmd/5.3.x) " + echo -n "What is the branch you want to release from? (e.g. master or pmd/5.3.x) " read CURRENT_BRANCH fi @@ -192,9 +192,10 @@ rsync -avhP src/site/markdown/overview/changelog.md $SFUSER@web.sourceforge.net: echo if [ ! "" = "$PMD_LOCAL_BINARIES" -a -d $PMD_LOCAL_BINARIES ]; then -echo "Copying the files to local storage directory $PMD_LOCAL_BINARIES..." -cp -av pmd-dist/target/pmd-*-${RELEASE_VERSION}.zip target/pmd-doc-${RELEASE_VERSION}.zip $PMD_LOCAL_BINARIES -echo + echo "Copying the files to local storage directory $PMD_LOCAL_BINARIES..." + cp -av pmd-dist/target/pmd-*-${RELEASE_VERSION}.zip target/pmd-doc-${RELEASE_VERSION}.zip $PMD_LOCAL_BINARIES + echo +fi echo