/[pkgs]/devel/texlive-texmf/texlive-2007-badenv.patch
ViewVC logotype

Contents of /devel/texlive-texmf/texlive-2007-badenv.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Sun Dec 2 11:01:59 2007 UTC (23 months, 3 weeks ago) by jnovy
Branch: MAIN
CVS Tags: texlive-texmf-2007-16_fc9, F-12-split, texlive-texmf-2007-4_fc9, texlive-texmf-2007-5_fc9, texlive-texmf-2007-21_fc10, texlive-texmf-2007-22_fc10, texlive-texmf-2007-28_fc11, texlive-texmf-2007-0_15_fc9, texlive-texmf-2007-21_fc9, texlive-texmf-2007-14_fc9, F-10-split, texlive-texmf-2007-24_fc10, F-11-split, texlive-texmf-2007-20_fc9, texlive-texmf-2007-11_fc9, texlive-texmf-2007-30_fc13, F-9-split, texlive-texmf-2007-12_fc9, texlive-texmf-2007-8_fc9, texlive-texmf-2007-29_fc12, texlive-texmf-2007-32_fc13, texlive-texmf-2007-31_fc13, texlive-texmf-2007-26_fc10, texlive-texmf-2007-3_fc9, texlive-texmf-2007-7_fc9, texlive-texmf-2007-13_fc9, texlive-texmf-2007-15_fc9, texlive-texmf-2007-17_fc9, texlive-texmf-2007-25_fc10, texlive-texmf-2007-27_fc11, texlive-texmf-2007-27_fc10, texlive-texmf-2007-10_fc9, texlive-texmf-2007-6_fc9, texlive-texmf-2007-1_fc9, texlive-texmf-2007-2_fc9, texlive-texmf-2007-23_fc10, texlive-texmf-2007-18_fc9, texlive-texmf-2007-19_fc9, HEAD
File MIME type: text/x-patch
initial import
1 --- texmf-dist/scripts/context/ruby/wwwserver.rb.badenv 2006-11-18 02:37:52.000000000 +0100
2 +++ texmf-dist/scripts/context/ruby/wwwserver.rb 2007-02-12 16:54:09.000000000 +0100
3 @@ -1,4 +1,4 @@
4 -#!/usr/env ruby
5 +#!/usr/bin/env ruby
6
7 banner = ['WWWServer', 'version 1.0.0', '2003-2006', 'PRAGMA ADE/POD']
8
9 --- texmf-dist/scripts/context/ruby/ctxtools.rb.badenv 2007-01-12 12:44:15.000000000 +0100
10 +++ texmf-dist/scripts/context/ruby/ctxtools.rb 2007-02-12 16:55:04.000000000 +0100
11 @@ -1737,7 +1737,7 @@ class Array
12
13 def add_shebang(filename,program)
14 unless self[0] =~ /^\#/ then
15 - self.insert(0,"\#!/usr/env #{program}")
16 + self.insert(0,"\#!/usr/bin/env #{program}")
17 end
18 unless self[2] =~ /^\#.*?copyright\=/ then
19 self.insert(1,"\#")

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2