diff options
| author | fukachan <fukachan> | 2006-02-25 13:49:27 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-02-25 13:49:27 +0000 |
| commit | ecd8430b7e6dd28636fc0a4c127af9e960ab322f (patch) | |
| tree | 8224a2ffc5b0b23f3cbb8ef0521e121c45d7b741 | |
| parent | e7b2636c69127e6e37eb4f2a3762e64b15cac49e (diff) | |
| download | fml8-ecd8430b7e6dd28636fc0a4c127af9e960ab322f.tar.gz fml8-ecd8430b7e6dd28636fc0a4c127af9e960ab322f.tar.bz2 fml8-ecd8430b7e6dd28636fc0a4c127af9e960ab322f.zip | |
add comment (FNF)
| -rwxr-xr-x | regress/fml4to8/configtest.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/regress/fml4to8/configtest.pl b/regress/fml4to8/configtest.pl index b8501192..ce79169f 100755 --- a/regress/fml4to8/configtest.pl +++ b/regress/fml4to8/configtest.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# $FML: configtest.pl,v 1.5 2006/01/04 07:50:33 fukachan Exp $ +# $FML: configtest.pl,v 1.6 2006/02/24 12:49:13 fukachan Exp $ # use strict; @@ -130,6 +130,10 @@ sub _sort_order } +# Descriptions: verify if the file (config.ph) not call "exit". +# Arguments: STR($file) +# Side Effects: none +# Return Value: NUM sub is_ok { my ($file) = @_; |
