blob: 235e8036419ec4c40fb89d16c100d2baba1c6e89 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001From 597cc206d982e7237eb93fdc33e8c4bb6bb2d796 Mon Sep 17 00:00:00 2001
Brad Bishop6e60e8b2018-02-01 10:27:11 -05002From: Robert Yang <liezhi.yang@windriver.com>
3Date: Thu, 9 Feb 2017 01:27:49 -0800
4Subject: [PATCH] caps-abbrev.awk: fix gawk's path
5
6It should be /usr/bin/gawk as other scripts use in this package.
7
8Upstream-Status: Pending
9
10Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Brad Bishop19323692019-04-05 15:28:33 -040011
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012---
13 tests-m32/caps-abbrev.awk | 2 +-
14 tests-mx32/caps-abbrev.awk | 2 +-
15 tests/caps-abbrev.awk | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18diff --git a/tests-m32/caps-abbrev.awk b/tests-m32/caps-abbrev.awk
Brad Bishop19323692019-04-05 15:28:33 -040019index c00023b..a56cd56 100644
Brad Bishop6e60e8b2018-02-01 10:27:11 -050020--- a/tests-m32/caps-abbrev.awk
21+++ b/tests-m32/caps-abbrev.awk
22@@ -1,4 +1,4 @@
23-#!/bin/gawk
24+#!/usr/bin/gawk
25 #
26 # This file is part of caps strace test.
27 #
28diff --git a/tests-mx32/caps-abbrev.awk b/tests-mx32/caps-abbrev.awk
Brad Bishop19323692019-04-05 15:28:33 -040029index c00023b..a56cd56 100644
Brad Bishop6e60e8b2018-02-01 10:27:11 -050030--- a/tests-mx32/caps-abbrev.awk
31+++ b/tests-mx32/caps-abbrev.awk
32@@ -1,4 +1,4 @@
33-#!/bin/gawk
34+#!/usr/bin/gawk
35 #
36 # This file is part of caps strace test.
37 #
38diff --git a/tests/caps-abbrev.awk b/tests/caps-abbrev.awk
Brad Bishop19323692019-04-05 15:28:33 -040039index c00023b..a56cd56 100644
Brad Bishop6e60e8b2018-02-01 10:27:11 -050040--- a/tests/caps-abbrev.awk
41+++ b/tests/caps-abbrev.awk
42@@ -1,4 +1,4 @@
43-#!/bin/gawk
44+#!/usr/bin/gawk
45 #
46 # This file is part of caps strace test.
47 #