Fix the environment and quotes

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@376900 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-02-11 00:36:12 +00:00
parent 5480ea3ed2
commit ab127a4a05
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
echo This script is very temporary. Please validate all input files in the apache repository before blindly copying them in.
echo This script is very temporary. Please validate all input files in the source repository before blindly copying them in.
echo Ensure all artifacts have a valid POM, and are signed used PGP.
echo This will be removed when the repository manager is in place.
@ -14,5 +14,5 @@ fi
cd $HOME/repository-staging/to-ibiblio/maven2
CMD="rsync --exclude="README.txt" -e ssh $OPTS -avz $FROM $TO"
echo Syncing $FROM -> $TO
$CMD
echo "Syncing $FROM -> $TO"
source $CMD