Fix for $libdir check.
This commit is contained in:
parent
c3e06df941
commit
629895b7f9
@ -319,7 +319,7 @@ then {
|
|||||||
# to our sucommand string
|
# to our sucommand string
|
||||||
if [ -f /etc/ld.so.conf ]
|
if [ -f /etc/ld.so.conf ]
|
||||||
then
|
then
|
||||||
if [ ! grep -qs "$libdir" /etc/ld.so.conf ]
|
if ! grep -qs "$libdir" /etc/ld.so.conf
|
||||||
then {
|
then {
|
||||||
echo
|
echo
|
||||||
echo "$libdir doesn't exist in your /etc/ld.so.conf, it will be added"
|
echo "$libdir doesn't exist in your /etc/ld.so.conf, it will be added"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user