https://sourceware.org/bugzilla/show_bug.cgi?id=26626
--- Comment #9 from sguelton at redhat dot com ---
Something like that maybe (on good ol' RHEL7)?
```
#!/usr/bin/bash
if [ "x$1" != xmissing-lib ]
then
# silently error
exit 1
fi
lib="$2"
pkgs=$(yum provides "*/lib$lib.so" 2>/dev/null
https://sourceware.org/bugzilla/show_bug.cgi?id=26626
--- Comment #8 from Nick Clifton ---
(In reply to sguelton from comment #7)
> For testing, something as simple as
True - but I know that you have a more complete script stashed somewhere,
and I want to make sure that it really does work with
https://sourceware.org/bugzilla/show_bug.cgi?id=26626
--- Comment #7 from sguelton at redhat dot com ---
For testing, something as simple as
```
#!/bin/sh
echo "script: info: called with $*"
```
should do the trick :-)
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=26608
H.J. Lu changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://sourceware.org/bugzilla/show_bug.cgi?id=26608
Cooper Qu changed:
What|Removed |Added
CC||cooper.qu at linux dot
alibaba.com
--- C
https://sourceware.org/bugzilla/show_bug.cgi?id=26626
--- Comment #6 from Nick Clifton ---
Created attachment 12896
--> https://sourceware.org/bugzilla/attachment.cgi?id=12896&action=edit
Proposed patch
Hi Serge,
Here is a prototype of a patch to implement this feature. Would you mind
gi