ossp-pkg/shiela/shiela.pl 1.72 -> 1.73
--- shiela.pl 2006/07/25 13:00:52 1.72
+++ shiela.pl 2006/10/13 19:48:31 1.73
@@ -60,7 +60,7 @@
$SIG{__DIE__} = sub {
my ($text) = @_;
$text =~ s|\s+at\s+.*||s;
- print STDERR "cvs:shiela::ERROR: ". $text . ($! ? " ($!)" : "") . "\n";
+ print STDERR "cvs:shiela:ERROR: ". $text . ($! ? " ($!)" : "") . "\n";
exit(1);
};
|
|