From: Ian Lance Taylor Date: Mon, 11 Oct 1993 19:36:17 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d01b0b7c4ed8de405cf88f7ddc9d8786e924b429;p=gcc.git Fix typo From-SVN: r5738 --- diff --git a/gcc/fixincludes b/gcc/fixincludes index a99b3cfd5c1..9d536ffbd48 100755 --- a/gcc/fixincludes +++ b/gcc/fixincludes @@ -478,7 +478,7 @@ fi # Fix AIX use of "XDPS.h" to refer to 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