]> git.pld-linux.org Git - packages/elfutils.git/blame - elfutils-awk.patch
Release 2 (by relup.sh)
[packages/elfutils.git] / elfutils-awk.patch
CommitLineData
3ba9e4f4
JB
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 @@
6d3fd36e 4 testrun_lfs() {
3ba9e4f4
JB
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.11469 seconds and 4 git commands to generate.