Use -r instead of -x to test for existence of libs - since the permissions

are not always 755.
Thanks to "G�bor Lipt�k" <gliptak@hotmail.com> for poiting this out.
This commit is contained in:
ramiro%netscape.com 1998-07-20 08:55:30 +00:00
Родитель 6fb2009eec
Коммит 1f91f8ecef
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -577,7 +577,7 @@ for d in $MOTIF_SEARCH_PATH
do
for l in $MOTIF_DYNAMIC_SEARCH_PATH
do
if [ -x $d/lib/$l ]
if [ -r $d/lib/$l ]
then
MOTIF_DYNAMIC_DIR=$d/lib

Просмотреть файл

@ -502,7 +502,7 @@ for d in $X11_SEARCH_PATH
do
for l in $X11_DYNAMIC_SEARCH_PATH
do
if [ -x $d/lib/$l ]
if [ -r $d/lib/$l ]
then
X11_DYNAMIC_DIR=$d/lib