Fix for $libdir check.

This commit is contained in:
Dustin Navea 2002-05-14 23:19:28 +00:00 committed by Alexandre Julliard
parent c3e06df941
commit 629895b7f9
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ then {
# to our sucommand string
if [ -f /etc/ld.so.conf ]
then
if [ ! grep -qs "$libdir" /etc/ld.so.conf ]
if ! grep -qs "$libdir" /etc/ld.so.conf
then {
echo
echo "$libdir doesn't exist in your /etc/ld.so.conf, it will be added"