summaryrefslogtreecommitdiff
path: root/fml/utils
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-07-27 12:16:16 +0000
committerfukachan <fukachan>2005-07-27 12:16:16 +0000
commit02e7eae3478ff51664969d834c608db506537322 (patch)
treef89090a78215ffb4ee987c83122ec750962fc970 /fml/utils
parenteec2ead4b34df22168dc2620f46d78d2241a5602 (diff)
downloadfml8-02e7eae3478ff51664969d834c608db506537322.tar.gz
fml8-02e7eae3478ff51664969d834c608db506537322.tar.bz2
fml8-02e7eae3478ff51664969d834c608db506537322.zip
#!/usr/local/bin/perl -> #!/usr/bin/env perl
Diffstat (limited to 'fml/utils')
-rwxr-xr-xfml/utils/bin/dir2url.pl4
-rwxr-xr-xfml/utils/bin/distdir2url.pl4
-rw-r--r--fml/utils/bin/gen_table.pl4
-rwxr-xr-xfml/utils/bin/html2sgml.pl4
-rwxr-xr-xfml/utils/bin/pm2txt.pl4
-rwxr-xr-xfml/utils/bin/show_hierarchy.pl4
-rwxr-xr-xfml/utils/bin/text2html.pl4
7 files changed, 14 insertions, 14 deletions
diff --git a/fml/utils/bin/dir2url.pl b/fml/utils/bin/dir2url.pl
index 49f3aef1..4fe2c43e 100755
--- a/fml/utils/bin/dir2url.pl
+++ b/fml/utils/bin/dir2url.pl
@@ -1,11 +1,11 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#-*- perl -*-
#
# Copyright (C) 2001 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: dir2url.pl,v 1.2 2001/08/19 16:11:27 fukachan Exp $
+# $FML: dir2url.pl,v 1.3 2002/04/01 23:41:23 fukachan Exp $
#
use strict;
diff --git a/fml/utils/bin/distdir2url.pl b/fml/utils/bin/distdir2url.pl
index 0947a70d..99b08c6f 100755
--- a/fml/utils/bin/distdir2url.pl
+++ b/fml/utils/bin/distdir2url.pl
@@ -1,11 +1,11 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#-*- perl -*-
#
# Copyright (C) 2001 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: distdir2url.pl,v 1.2 2001/07/15 12:17:19 fukachan Exp $
+# $FML: distdir2url.pl,v 1.3 2002/04/01 23:41:23 fukachan Exp $
#
use strict;
diff --git a/fml/utils/bin/gen_table.pl b/fml/utils/bin/gen_table.pl
index 52aabb3b..33dd010a 100644
--- a/fml/utils/bin/gen_table.pl
+++ b/fml/utils/bin/gen_table.pl
@@ -1,11 +1,11 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#-*- perl -*-
#
# Copyright (C) 2001 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: gen_table.pl,v 1.1 2001/04/30 10:47:47 fukachan Exp $
+# $FML: gen_table.pl,v 1.2 2002/04/01 23:41:23 fukachan Exp $
#
use strict;
diff --git a/fml/utils/bin/html2sgml.pl b/fml/utils/bin/html2sgml.pl
index 94c06494..2e71f1ef 100755
--- a/fml/utils/bin/html2sgml.pl
+++ b/fml/utils/bin/html2sgml.pl
@@ -1,11 +1,11 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#-*- perl -*-
#
# Copyright (C) 2001 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: html2sgml.pl,v 1.2 2001/05/01 13:45:53 fukachan Exp $
+# $FML: html2sgml.pl,v 1.3 2002/04/01 23:41:23 fukachan Exp $
#
use strict;
diff --git a/fml/utils/bin/pm2txt.pl b/fml/utils/bin/pm2txt.pl
index 32f4a8c7..932f650a 100755
--- a/fml/utils/bin/pm2txt.pl
+++ b/fml/utils/bin/pm2txt.pl
@@ -1,11 +1,11 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#-*- perl -*-
#
# Copyright (C) 2001 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: pm2txt.pl,v 1.2 2001/04/28 10:55:06 fukachan Exp $
+# $FML: pm2txt.pl,v 1.3 2002/04/01 23:41:23 fukachan Exp $
#
use strict;
diff --git a/fml/utils/bin/show_hierarchy.pl b/fml/utils/bin/show_hierarchy.pl
index 95ec9301..a26a323c 100755
--- a/fml/utils/bin/show_hierarchy.pl
+++ b/fml/utils/bin/show_hierarchy.pl
@@ -1,6 +1,6 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#
-# $FML: show_hierarchy.pl,v 1.2 2001/08/19 16:11:28 fukachan Exp $
+# $FML: show_hierarchy.pl,v 1.3 2002/04/01 23:41:24 fukachan Exp $
#
use lib qw(./lib/3RDPARTY ./lib/fml5 ./lib/CPAN ./lib);
diff --git a/fml/utils/bin/text2html.pl b/fml/utils/bin/text2html.pl
index 135b89cb..92b58449 100755
--- a/fml/utils/bin/text2html.pl
+++ b/fml/utils/bin/text2html.pl
@@ -1,11 +1,11 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#-*- perl -*-
#
# Copyright (C) 2001 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: text2html.pl,v 1.2 2001/08/19 16:11:28 fukachan Exp $
+# $FML: text2html.pl,v 1.3 2002/04/01 23:41:24 fukachan Exp $
#
use strict;