OSDN Git Service

(sys/types.h sys/stdtypes.h): Delete newline before do.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Jul 1993 21:04:54 +0000 (21:04 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Jul 1993 21:04:54 +0000 (21:04 +0000)
(machine/cpu.h): Delete space in `2>& 1'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4953 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fixincludes

index 05758ce..4ede9ff 100755 (executable)
@@ -331,8 +331,7 @@ done
 cd ${INPUT}
 
 # Install the proper definition of size_t in header files that it comes from.
-for file in sys/types.h stdlib.h sys/stdtypes.h;
-do
+for file in sys/types.h stdlib.h sys/stdtypes.h; do
   if [ -r $file ] && [ ! -r ${LIB}/$file ]; then
     cp $file ${LIB}/$file >/dev/null 2>&1 || echo "Can't copy $file"
     chmod +w ${LIB}/$file 2>/dev/null
@@ -549,7 +548,7 @@ if [ -r ${LIB}/$file ]; then
     rm ${LIB}/$file
   else
 # This file has an alternative name, mips/cpu.h.  Fix that name, too.
-    if cmp machine/cpu.h mips/cpu.h > /dev/null 2>& 1; then
+    if cmp machine/cpu.h mips/cpu.h > /dev/null 2>&1; then
       mkdir ${LIB}/mips 2>&-
       ln ${LIB}/$file ${LIB}/mips/cpu.h 
     fi