Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
lib
/
rpm
/
redhat
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//lib/rpm/redhat/find-provides.libtool
#!/bin/sh while read possible ; do case "$possible" in *.la) if grep -Eiq '^# Generated by (libtool|ltmain.sh)' "$possible" 2> /dev/null ; then echo "libtool($possible)" fi ;; esac done