From d01b0b7c4ed8de405cf88f7ddc9d8786e924b429 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 11 Oct 1993 19:36:17 +0000 Subject: [PATCH] Fix typo From-SVN: r5738 --- gcc/fixincludes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2