diff options
| author | fukachan <fukachan> | 2001-11-10 04:00:26 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-11-10 04:00:26 +0000 |
| commit | 29025194f76fdb6df53ba9ffeb1bbd1e081cfa2d (patch) | |
| tree | 7bd733a45ddcb04c6fc004980a011ad74c9c0baf /fml/lib/FML/Process | |
| parent | e58ab94734c18a940f324b1fbf599df06f91fbbd (diff) | |
| download | fml8-29025194f76fdb6df53ba9ffeb1bbd1e081cfa2d.tar.gz fml8-29025194f76fdb6df53ba9ffeb1bbd1e081cfa2d.tar.bz2 fml8-29025194f76fdb6df53ba9ffeb1bbd1e081cfa2d.zip | |
bug fix: format $reason
Diffstat (limited to 'fml/lib/FML/Process')
| -rw-r--r-- | fml/lib/FML/Process/Switch.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Switch.pm b/fml/lib/FML/Process/Switch.pm index f705526b..2bf82274 100644 --- a/fml/lib/FML/Process/Switch.pm +++ b/fml/lib/FML/Process/Switch.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Switch.pm,v 1.33 2001/11/09 00:05:19 fukachan Exp $ +# $FML: Switch.pm,v 1.34 2001/11/09 13:23:14 fukachan Exp $ # package FML::Process::Switch; @@ -178,7 +178,7 @@ sub main::Bootstrap2 croak($reason); } else { - $reason =~ s/[\n\s]*at.*$//m; + $reason =~ s/[\n\s]*\s+at\s+.*$//m; croak($reason); } } |
