]> git.pld-linux.org Git - packages/mawk.git/blame - mawk-fix_mawk_path.patch
- use rpmldflags
[packages/mawk.git] / mawk-fix_mawk_path.patch
CommitLineData
6bec894a 1diff -Nru mawk-1.3.3/examples/ct_length.awk mawk-1.3.3.new/examples/ct_length.awk
2--- mawk-1.3.3/examples/ct_length.awk Sat Jul 3 20:58:46 1993
3+++ mawk-1.3.3.new/examples/ct_length.awk Wed Feb 9 07:56:44 2000
4@@ -1,4 +1,4 @@
5-#!/usr/local/bin/mawk -f
ae09cf78 6+#!/bin/mawk -f
6bec894a 7
8 # ct_length.awk
9 #
10diff -Nru mawk-1.3.3/examples/hcal mawk-1.3.3.new/examples/hcal
11--- mawk-1.3.3/examples/hcal Sun Aug 25 20:45:47 1996
12+++ mawk-1.3.3.new/examples/hcal Wed Feb 9 07:56:55 2000
13@@ -1,4 +1,4 @@
14-#!/usr/local/bin/mawk -We
ae09cf78 15+#!/bin/mawk -We
6bec894a 16 # edit the above to be the full pathname of 'mawk'
17 # @(#) hcal - v01.00.02 - Tue Feb 27 21:21:21 EST 1996
18 # @(#) prints a 3-month (highlighted) calendar centered on the target month
This page took 0.026169 seconds and 4 git commands to generate.