home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: patch 5.5.018
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- ------------
-
- Patch 5.5.018
- Problem: Absolute paths in shell scripts do not always work.
- Solution: Use /usr/bin/env to find out the path.
- Files: runtime/doc/vim2html.pl, runtime/tools/efm_filter.pl,
- runtime/tools/shtags.pl
-
-
- *** ../vim-5.5.17/runtime/doc/vim2html.pl Wed Sep 22 10:06:44 1999
- --- runtime/doc/vim2html.pl Thu Oct 7 09:42:56 1999
- ***************
- *** 1,4 ****
- ! #!/usr/local/bin/perl
-
- # converts vim documentation to simple html
- # Sirtaj Singh Kang (taj@kde.org)
- --- 1,4 ----
- ! #!/usr/bin/env perl
-
- # converts vim documentation to simple html
- # Sirtaj Singh Kang (taj@kde.org)
- *** ../vim-5.5.17/runtime/tools/efm_filter.pl Wed Sep 22 10:06:39 1999
- --- runtime/tools/efm_filter.pl Thu Oct 7 09:48:42 1999
- ***************
- *** 1,4 ****
- ! #!/usr/gnu/bin/perl
- #
- # This program works as a filter that reads from stdin, copies to
- # stdout *and* creates an error file that can be read by vim.
- --- 1,4 ----
- ! #!/usr/bin/env perl
- #
- # This program works as a filter that reads from stdin, copies to
- # stdout *and* creates an error file that can be read by vim.
- *** ../vim-5.5.17/runtime/tools/shtags.pl Wed Sep 22 10:06:39 1999
- --- runtime/tools/shtags.pl Thu Oct 7 09:49:18 1999
- ***************
- *** 1,4 ****
- ! #!/usr/local/bin/perl
- #
- # shtags: create a tags file for perl scripts
- #
- --- 1,4 ----
- ! #!/usr/bin/env perl
- #
- # shtags: create a tags file for perl scripts
- #
- *** ../vim-5.5.17/src/version.c Tue Oct 12 19:30:46 1999
- --- src/version.c Tue Oct 12 19:32:12 1999
- ***************
- *** 420,420 ****
- --- 420,421 ----
- { /* Add new patch number below this line */
- + 18,
-
- --
- WOMAN: King of the who?
- ARTHUR: The Britons.
- WOMAN: Who are the Britons?
- ARTHUR: Well, we all are. we're all Britons and I am your king.
- The Quest for the Holy Grail (Monty Python)
-
- --/-/---- Bram Moolenaar ---- Bram@moolenaar.net ---- Bram@vim.org ---\-\--
- \ \ www.vim.org/iccf www.moolenaar.net www.vim.org / /
-