]> code.ossystems Code Review - openembedded-core.git/commit
gawk: fix command location in ptest script
authorLi Wang <li.wang@windriver.com>
Fri, 25 May 2018 02:48:13 +0000 (10:48 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Jul 2018 09:40:32 +0000 (10:40 +0100)
commitef52d0a065c7cdbddbce98e50e7abf0dd3ef9e3e
tree21bfa4fd2f421cebbbac44f0d3e1b1371ec837e2
parenta2cedb6fa38392ea8d96428b18c8861cbbf3df10
gawk: fix command location in ptest script

* Correct the command location in ptest scripts such as
  update the line "#!/bin/awk -f" to "#!/usr/bin/awk -f" in the
  file /usr/lib64/gawk/ptest/test/fcall_exit2.awk belongs
  to package gawk-ptest and the line "#!/usr/local/bin/gawk -f"
  to "#!/usr/bin/gawk -f" in the file
  /usr/lib64/gawk/ptest/test/fnarydel.awk

(From OE-Core rev: 66aa9f1424202a583acd168182ae13ea68e2ab15)

Signed-off-by: Li Wang <li.wang@windriver.com>
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-extended/gawk/gawk_4.2.1.bb