summaryrefslogtreecommitdiff
path: root/fml/lib/FML
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-03-14 04:16:22 +0000
committerfukachan <fukachan>2001-03-14 04:16:22 +0000
commit481461c8d491d00bbdf97d940aa0e50018fe602c (patch)
treec0791d1036f12437189b20d78edc9eb3866ab4d5 /fml/lib/FML
parentaef51245e44f9b2d88eb5ef1f1cd05479f4f5a55 (diff)
downloadfml8-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.pm2
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");
}
}