diff options
Diffstat (limited to 'fml/libexec/loader')
| -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); } |
