From 10711bdd05d651d21f9b225f6f3880074f15615b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 11 Oct 1993 19:20:40 +0000 Subject: [PATCH] Fix typo From-SVN: r5737 --- gcc/fixincludes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fixincludes b/gcc/fixincludes index 79473e0fe95..a99b3cfd5c1 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