]> gcc.gnu.org Git - gcc.git/commitdiff
(sys/types.h sys/stdtypes.h): Delete newline before do.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 21 Jul 1993 21:04:54 +0000 (14:04 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 21 Jul 1993 21:04:54 +0000 (14:04 -0700)
(machine/cpu.h): Delete space in `2>& 1'.

From-SVN: r4953

gcc/fixincludes

index 05758ce81bbd5bfd332216d5c486239a65b501b1..4ede9ff7d6fd9d4997fe9cf86af4a71f87867761 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
This page took 0.058118 seconds and 5 git commands to generate.