OSDN Git Service

Removed no-op pipe
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 May 1999 12:41:23 +0000 (12:41 +0000)
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 May 1999 12:41:23 +0000 (12:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26973 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 97a7e39..3f472b0 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 74aafe3..f651718 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 153161b..d9ea8f9 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
 
 # # # # # # # # # # # # # # # # # # # # #