]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Removed no-op pipe
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Mon, 17 May 1999 12:41:23 +0000 (12:41 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Mon, 17 May 1999 12:41:23 +0000 (12:41 +0000)
From-SVN: r26973

gcc/ChangeLog
gcc/fixinc/fixincl.sh
gcc/fixinc/inclhack.sh

index 97a7e39d497cf3229fac23283054d4bac0adace8..3f472b0a5aaad09391b7ae0e4d45fa9e8c166ef2 100644 (file)
@@ -5,6 +5,8 @@ Mon May 17 19:45:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * fixinc/inclhack.tpl: Removed no-op pipe.
 
+       * fixinc/inclhack.sh fixinc/fixincl.sh: regenerate
+
 Mon May 17 07:23:34 1999  Mark Mitchell  <mark@codesourcery.com>
 
        * tree.def (TYPE_NONCOPIED_PARTS): Revise documentation to match
index 74aafe378d46936c5872a79c6c35ded3ae45ec0b..f6517187ab582ac36ab612fde2485a4a26c1dfd1 100755 (executable)
@@ -395,7 +395,7 @@ echo 'Removing unneeded directories:'
 cd $LIB
 all_dirs=`find . -type d -print | sort -r`
 for file in $all_dirs; do
-  rmdir $LIB/$file > /dev/null 2>&1 | :
+  rmdir $LIB/$file > /dev/null 2>&1
 done
 
 # # # # # # # # # # # # # # # # # # # # #
index 153161bfad9766750ee78b0835b89e89880fe74f..d9ea8f90d0abef2de28d721a4d766c05b1b9080c 100755 (executable)
@@ -3093,7 +3093,7 @@ echo 'Removing unneeded directories:'
 cd $LIB
 all_dirs=`find . -type d -print | sort -r`
 for file in $all_dirs; do
-  rmdir $LIB/$file > /dev/null 2>&1 | :
+  rmdir $LIB/$file > /dev/null 2>&1
 done
 
 # # # # # # # # # # # # # # # # # # # # #