From-SVN: r5737
This commit is contained in:
Ian Lance Taylor 1993-10-11 19:20:40 +00:00
parent 3fbacacdd6
commit 10711bdd05
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ fi
# Fix AIX use of "XDPS.h" to refer to <DPS/XDPS.h>
file=DPS/XDPSlib.h
if [-r $file] && [ ! -r ${LIB}/$file ] ; then
if [ -r $file] && [ ! -r ${LIB}/$file ] ; then
cp $file ${LIB}/$file
fi
if [ -r ${LIB}/$file ] ; then