diff options
| author | fukachan <fukachan> | 2001-03-14 04:16:22 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-03-14 04:16:22 +0000 |
| commit | 481461c8d491d00bbdf97d940aa0e50018fe602c (patch) | |
| tree | c0791d1036f12437189b20d78edc9eb3866ab4d5 /fml/lib/FML | |
| parent | aef51245e44f9b2d88eb5ef1f1cd05479f4f5a55 (diff) | |
| download | fml8-481461c8d491d00bbdf97d940aa0e50018fe602c.tar.gz fml8-481461c8d491d00bbdf97d940aa0e50018fe602c.tar.bz2 fml8-481461c8d491d00bbdf97d940aa0e50018fe602c.zip | |
s/croak/warn/
Diffstat (limited to 'fml/lib/FML')
| -rw-r--r-- | fml/lib/FML/Process/Configure.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Configure.pm b/fml/lib/FML/Process/Configure.pm index 38ba8b2b..adf0c92c 100644 --- a/fml/lib/FML/Process/Configure.pm +++ b/fml/lib/FML/Process/Configure.pm @@ -131,7 +131,7 @@ sub _makefml $curproc->unlock(); } else { - croak("unknown makefml method"); + warn("Error: makefml has no such command=$command\n"); } } |
