Author: brett
Date: Sat Apr  8 00:47:04 2006
New Revision: 392492

URL: http://svn.apache.org/viewcvs?rev=392492&view=rev
Log:
it's a duhrectory!

Modified:
    maven/components/trunk/ci.sh

Modified: maven/components/trunk/ci.sh
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/ci.sh?rev=392492&r1=392491&r2=392492&view=diff
==============================================================================
--- maven/components/trunk/ci.sh (original)
+++ maven/components/trunk/ci.sh Sat Apr  8 00:47:04 2006
@@ -179,7 +179,7 @@
 
     mkdir -p $DEPLOY_DIR > /dev/null 2>&1
 
-    if [ -f $DIR/maven-components/maven-cli ]; then
+    if [ -d $DIR/maven-components/maven-cli ]; then
       cp $DIR/maven-components/maven-cli/target/*.tar.gz $DEPLOY_DIR/$DIST
     else
       cp $DIR/maven-components/maven-core/target/*.tar.gz $DEPLOY_DIR/$DIST


Reply via email to