Check-in Number:
|
5660 | |
Date: |
2006-Oct-13 21:48:31 (local)
2006-Oct-13 19:48:31 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix typo |
Tickets: |
|
Inspections: |
|
Files: |
|
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);
};
|
|