From 481461c8d491d00bbdf97d940aa0e50018fe602c Mon Sep 17 00:00:00 2001 From: fukachan Date: Wed, 14 Mar 2001 04:16:22 +0000 Subject: s/croak/warn/ --- fml/lib/FML/Process/Configure.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } } -- cgit v1.2.1