Author: carlos
Date: Fri Feb 10 16:36:12 2006
New Revision: 376900

URL: http://svn.apache.org/viewcvs?rev=376900&view=rev
Log:
Fix the environment and quotes

Modified:
    maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh

Modified: maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh?rev=376900&r1=376899&r2=376900&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh (original)
+++ maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh Fri Feb 10 
16:36:12 2006
@@ -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 @@
 
 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


Reply via email to