]> git.pld-linux.org Git - packages/elfutils.git/blob - elfutils-awk.patch
f12ef35a5ed3ccc825352ac9c9518654ff4b6ef6
[packages/elfutils.git] / elfutils-awk.patch
1 --- elfutils-0.164/tests/run-lfs-symbols.sh.orig        2015-10-24 15:08:52.191485252 +0200
2 +++ elfutils-0.164/tests/run-lfs-symbols.sh     2015-10-24 15:09:04.021485005 +0200
3 @@ -46,7 +46,7 @@
4  }
5  
6  testrun_lfs() {
7 -  bad=$(testrun ${abs_top_builddir}/src/nm -u "$1" | awk "$LFS")
8 +  bad=$(testrun ${abs_top_builddir}/src/nm -u "$1" | gawk "$LFS")
9    if [ -n "$bad" ]; then
10      echo "$1 contains non-lfs symbols:" $bad
11      exit_status=1
This page took 0.063116 seconds and 2 git commands to generate.