[Rpm-maint] [rpm-software-management/rpm] Run rpath check in parallel (#1714)

Florian Weimer notifications at github.com
Mon Jun 21 11:43:40 UTC 2021


@fweimer-rh commented on this pull request.



> @@ -105,6 +104,7 @@ function check_rpath() {
 
     allow_ORIGIN=1
     for j; do
+	lower=$(echo $j | grep -o "$2" | awk '{print tolower($0)}')

I think you can use the `,,` expansion operator here:

```
$ bash -c 'echo ${0,,*}' FOO
foo
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1714#pullrequestreview-688327063
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210621/ce3c0dc6/attachment.html>


More information about the Rpm-maint mailing list