@dmnks commented on this pull request.
> note="-R .note"
- if $OBJDUMP -h $f | grep '^[ ]*[0-9]*[ ]*.note[ ]' -A 1
| \
+ if '$OBJDUMP' -h $f | grep "^[ ]*[0-9]*[ ]*.note[ ]" -A 1
| \
Oh, this changes the grep pattern (removes spaces from the first `[...]`
subpattern) which seems wrong.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3869#pullrequestreview-3109200349
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3869/review/[email protected]>
_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint