r192 - trunk
Laurent Fousse
lfousse at costa.debian.org
Tue May 3 21:02:49 CEST 2005
Author: lfousse
Date: 2005-05-03 19:02:48 +0000 (Tue, 03 May 2005)
New Revision: 192
Modified:
trunk/ca-sendout
Log:
If you open a curly bracket, you ought to close it.
Modified: trunk/ca-sendout
===================================================================
--- trunk/ca-sendout 2005-05-03 19:01:22 UTC (rev 191)
+++ trunk/ca-sendout 2005-05-03 19:02:48 UTC (rev 192)
@@ -123,6 +123,7 @@
unless ( -d $CONFIG{'sendoutdir'} ) {
mkpath($CONFIG{'sendoutdir'}, 0, 0711) or die("Cannot mkdir ".$CONFIG{'sendoutdir'}.": $!\n");
+}
opendir(SENDOUTDIR, $CONFIG{'sendoutdir'}) || die ("Cannot read ".$CONFIG{'sendoutdir'}.": $!\n");
my @dirs = grep {/^[0-9A-F]{8}$/} readdir(SENDOUTDIR);
closedir(SENDOUTDIR);
More information about the Cabot-commit
mailing list