Fix typo
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 11 Oct 1993 19:36:17 +0000 (19:36 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 11 Oct 1993 19:36:17 +0000 (19:36 +0000)
From-SVN: r5738

gcc/fixincludes

index a99b3cfd5c17194dc69332697a6bb1f0edebdebe..9d536ffbd48974dcf498a6eedc7e7ac913ba5cfd 100755 (executable)
@@ -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