]> git.pld-linux.org Git - packages/mawk.git/blame - mawk-fix_mawk_path.patch
- up to 1.3.4 20121209
[packages/mawk.git] / mawk-fix_mawk_path.patch
CommitLineData
47905bcd
AM
1diff -urN mawk-1.3.4.org/examples/ct_length.awk mawk-1.3.4/examples/ct_length.awk
2--- mawk-1.3.4.org/examples/ct_length.awk 2008-09-09 22:52:55.000000000 +0200
3+++ mawk-1.3.4/examples/ct_length.awk 2010-09-30 21:51:50.144198850 +0200
6bec894a 4@@ -1,4 +1,4 @@
47905bcd 5-#!/usr/bin/mawk -f
ae09cf78 6+#!/bin/mawk -f
6bec894a 7
8 # ct_length.awk
9 #
47905bcd
AM
10diff -urN mawk-1.3.4.org/examples/deps.awk mawk-1.3.4/examples/deps.awk
11--- mawk-1.3.4.org/examples/deps.awk 2008-09-09 22:52:55.000000000 +0200
12+++ mawk-1.3.4/examples/deps.awk 2010-09-30 21:51:50.144198850 +0200
6bec894a 13@@ -1,4 +1,4 @@
47905bcd
AM
14-#!/usr/bin/mawk -f
15+#!/bin/mawk -f
16
17 # find include dependencies in C source
18 #
19diff -urN mawk-1.3.4.org/examples/eatc.awk mawk-1.3.4/examples/eatc.awk
20--- mawk-1.3.4.org/examples/eatc.awk 2008-09-09 22:52:55.000000000 +0200
21+++ mawk-1.3.4/examples/eatc.awk 2010-09-30 21:51:50.144198850 +0200
22@@ -1,4 +1,4 @@
23-#!/usr/bin/mawk -f
24+#!/bin/mawk -f
25
26 # eatc.awk
27 # another program to remove comments
28diff -urN mawk-1.3.4.org/examples/gdecl.awk mawk-1.3.4/examples/gdecl.awk
29--- mawk-1.3.4.org/examples/gdecl.awk 2008-09-09 22:52:55.000000000 +0200
30+++ mawk-1.3.4/examples/gdecl.awk 2010-09-30 21:51:50.144198850 +0200
31@@ -1,4 +1,4 @@
6a0e547d
AM
32-#!/usr/bin/mawk -f
33+#!/bin/mawk -f
47905bcd
AM
34
35 # parse a C declaration by recursive descent
36 #
37diff -urN mawk-1.3.4.org/examples/hcal mawk-1.3.4/examples/hcal
38--- mawk-1.3.4.org/examples/hcal 2008-09-09 22:52:55.000000000 +0200
39+++ mawk-1.3.4/examples/hcal 2010-09-30 21:51:50.147532449 +0200
40@@ -1,4 +1,4 @@
41-#!/usr/bin/mawk -We
ae09cf78 42+#!/bin/mawk -We
47905bcd 43
6bec894a 44 # edit the above to be the full pathname of 'mawk'
45 # @(#) hcal - v01.00.02 - Tue Feb 27 21:21:21 EST 1996
47905bcd
AM
46diff -urN mawk-1.3.4.org/examples/nocomment.awk mawk-1.3.4/examples/nocomment.awk
47--- mawk-1.3.4.org/examples/nocomment.awk 2008-09-09 22:52:55.000000000 +0200
48+++ mawk-1.3.4/examples/nocomment.awk 2010-09-30 21:51:50.147532449 +0200
49@@ -1,4 +1,4 @@
50-#!/usr/bin/mawk -f
51+#!/bin/mawk -f
52
53 # remove C comments from a list of files
54 # using a comment as the record separator
55diff -urN mawk-1.3.4.org/examples/primes.awk mawk-1.3.4/examples/primes.awk
56--- mawk-1.3.4.org/examples/primes.awk 2008-09-09 22:52:55.000000000 +0200
57+++ mawk-1.3.4/examples/primes.awk 2010-09-30 21:51:50.147532449 +0200
58@@ -1,4 +1,4 @@
59-#!/usr/bin/mawk -f
60+#!/bin/mawk -f
61
62 # primes.awk
63 #
64diff -urN mawk-1.3.4.org/examples/qsort.awk mawk-1.3.4/examples/qsort.awk
65--- mawk-1.3.4.org/examples/qsort.awk 2008-09-09 22:52:55.000000000 +0200
66+++ mawk-1.3.4/examples/qsort.awk 2010-09-30 21:51:50.147532449 +0200
67@@ -1,4 +1,4 @@
68-#!/usr/bin/mawk -f
69+#!/bin/mawk -f
70
71 # qsort text files
72 #
This page took 0.099447 seconds and 4 git commands to generate.