Commit 10711bdd by Ian Lance Taylor

Fix typo

From-SVN: r5737
parent 3fbacacd
...@@ -478,7 +478,7 @@ fi ...@@ -478,7 +478,7 @@ fi
# Fix AIX use of "XDPS.h" to refer to <DPS/XDPS.h> # Fix AIX use of "XDPS.h" to refer to <DPS/XDPS.h>
file=DPS/XDPSlib.h file=DPS/XDPSlib.h
if [-r $file] && [ ! -r ${LIB}/$file ] ; then if [ -r $file] && [ ! -r ${LIB}/$file ] ; then
cp $file ${LIB}/$file cp $file ${LIB}/$file
fi fi
if [ -r ${LIB}/$file ] ; then if [ -r ${LIB}/$file ] ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment