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/libexec | |
| parent | e58ab94734c18a940f324b1fbf599df06f91fbbd (diff) | |
| download | fml8-29025194f76fdb6df53ba9ffeb1bbd1e081cfa2d.tar.gz fml8-29025194f76fdb6df53ba9ffeb1bbd1e081cfa2d.tar.bz2 fml8-29025194f76fdb6df53ba9ffeb1bbd1e081cfa2d.zip | |
bug fix: format $reason
Diffstat (limited to 'fml/libexec')
| -rwxr-xr-x | fml/libexec/loader | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/libexec/loader b/fml/libexec/loader index e1617600..b3a31026 100755 --- a/fml/libexec/loader +++ b/fml/libexec/loader @@ -4,7 +4,7 @@ # Copyright (C) 2000-2001 Ken'ichi Fukamachi # All rights reserved. # -# $FML: loader,v 1.18 2001/10/08 15:44:03 fukachan Exp $ +# $FML: loader,v 1.19 2001/11/09 00:03:31 fukachan Exp $ # eval 'exec /usr/local/bin/perl -S $0 ${1+"$@"}' @@ -94,7 +94,7 @@ sub Bootstrap croak("fail to execute Bootstrap2($main_cf_file)\n$@\n"); } else { - $reason =~ s/[\n\s]*at.*$//m; + $reason =~ s/[\n\s]*\s+at\s+.*$//m; print STDERR "Error: ", $reason, "\n"; exit(1); } |
