Enlightenment CVS committal
Author : xcomputerman
Module : CVSROOT
Dir : CVSROOT
Modified Files:
ciabot.pl
Log Message:
And print arrays properly
===================================================================
RCS file: /cvsroot/enlightenment/CVSROOT/ciabot.pl,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- ciabot.pl 16 Jan 2004 18:45:53 -0000 1.28
+++ ciabot.pl 16 Jan 2004 19:00:04 -0000 1.29
@@ -27,7 +27,7 @@
# If it does not work, try to disable $xml_rpc in the configuration section
# below.
#
-# $Id: ciabot.pl,v 1.28 2004/01/16 18:45:53 xcomputerman Exp $
+# $Id: ciabot.pl,v 1.29 2004/01/16 19:00:04 xcomputerman Exp $
use strict;
use vars qw ($project $from_email $dest_email $rpc_uri $sendmail $sync_delay
@@ -353,9 +353,9 @@
EOM2
-print MAIL "ARGV: '" . @ARGV . "'\n";
-print MAIL "dir: '" . @dir . "'\n";
-print MAIL "dirfiles: '" . @dirfiles . "'\n";
+print MAIL "ARGV:\n", join("\n", @ARGV), "\n";
+print MAIL "dir:\n", join("\n", @dir), "\n";
+print MAIL "dirfiles:\n", join("\n", @dirfiles), "\n";
close MAIL;
die "$0: sendmail exit status " . ($? >> 8) . "\n" unless ($? == 0);
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs