diff options
| author | fukachan <fukachan> | 2005-07-27 12:16:16 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-07-27 12:16:16 +0000 |
| commit | 02e7eae3478ff51664969d834c608db506537322 (patch) | |
| tree | f89090a78215ffb4ee987c83122ec750962fc970 /fml/doc/ja/utils/bin | |
| parent | eec2ead4b34df22168dc2620f46d78d2241a5602 (diff) | |
| download | fml8-02e7eae3478ff51664969d834c608db506537322.tar.gz fml8-02e7eae3478ff51664969d834c608db506537322.tar.bz2 fml8-02e7eae3478ff51664969d834c608db506537322.zip | |
#!/usr/local/bin/perl -> #!/usr/bin/env perl
Diffstat (limited to 'fml/doc/ja/utils/bin')
| -rwxr-xr-x | fml/doc/ja/utils/bin/data2sgml.pl | 4 | ||||
| -rwxr-xr-x | fml/doc/ja/utils/bin/fix_charset.pl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/fml/doc/ja/utils/bin/data2sgml.pl b/fml/doc/ja/utils/bin/data2sgml.pl index 3deaee7b..7b76a016 100755 --- a/fml/doc/ja/utils/bin/data2sgml.pl +++ b/fml/doc/ja/utils/bin/data2sgml.pl @@ -1,6 +1,6 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl # -# $FML: data2sgml.pl,v 1.1 2001/04/28 14:37:05 fukachan Exp $ +# $FML: data2sgml.pl,v 1.2 2002/04/01 23:41:08 fukachan Exp $ # use strict; diff --git a/fml/doc/ja/utils/bin/fix_charset.pl b/fml/doc/ja/utils/bin/fix_charset.pl index 0a6853df..671361b2 100755 --- a/fml/doc/ja/utils/bin/fix_charset.pl +++ b/fml/doc/ja/utils/bin/fix_charset.pl @@ -1,6 +1,6 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl # -# $FML: .fix_charset.pl,v 1.1 2001/04/23 17:15:52 fukachan Exp $ +# $FML: fix_charset.pl,v 1.1.1.1 2001/04/28 09:31:43 fukachan Exp $ # use strict; |
