test
This commit is contained in:
parent
54556d6d46
commit
26cb29381b
@ -108,9 +108,9 @@ is_shared_lib_present() {
|
||||
if ! ldconfig -p | grep $libtocheck
|
||||
then
|
||||
printf "$COL_YELLOW" "$libtocheck is not installed"
|
||||
return 0
|
||||
return 1
|
||||
else
|
||||
printf "$COL_YELLOW" "$libtocheck is installed"
|
||||
return 1
|
||||
return 0
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user