]> 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>
Tue, 29 May 2018 20:06:03 +0000 (21:06 +0100)
commit66aa9f1424202a583acd168182ae13ea68e2ab15
treec708acefc9758927a42a3267078b04052b3e8d39
parent9e373fec2013c5b2f9297e8f88317628ba9b7dce
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

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>
meta/recipes-extended/gawk/gawk_4.2.1.bb