]> git.pld-linux.org Git - packages/elfutils.git/blob - elfutils-awk.patch
- updated to 0.179
[packages/elfutils.git] / elfutils-awk.patch
1 --- elfutils-0.179/tests/run-lfs-symbols.sh.orig        2020-04-30 19:56:23.935187505 +0200
2 +++ elfutils-0.179/tests/run-lfs-symbols.sh     2020-04-30 19:57:13.321586623 +0200
3 @@ -48,7 +48,7 @@
4  testrun_lfs() {
5    echo "checking $1"
6    if [ -e "$1" ]; then
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.034737 seconds and 3 git commands to generate.