You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/06/07 11:38:12 UTC

svn commit: r412345 - /incubator/cayenne/main/trunk/cayenne/cayenne-ant/bin/nightly-build.pl

Author: aadamchik
Date: Wed Jun  7 02:38:11 2006
New Revision: 412345

URL: http://svn.apache.org/viewvc?rev=412345&view=rev
Log:
fixing nighly build script

Modified:
    incubator/cayenne/main/trunk/cayenne/cayenne-ant/bin/nightly-build.pl

Modified: incubator/cayenne/main/trunk/cayenne/cayenne-ant/bin/nightly-build.pl
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-ant/bin/nightly-build.pl?rev=412345&r1=412344&r2=412345&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-ant/bin/nightly-build.pl (original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-ant/bin/nightly-build.pl Wed Jun  7 02:38:11 2006
@@ -123,7 +123,7 @@
 	else {
 		$footer = "Nightly build passed all tests.";
 	}
-	run_command("ssh www.objectstyle.org echo \"$footer\" > $rel_path/$label/FOOTER.html");
+	run_command("ssh www.objectstyle.org 'echo \"$footer\" > $rel_path/$label/FOOTER.html'");
 	
 
 	# Upload build even if it failed...