Removed no-op pipe

From-SVN: r26973
This commit is contained in:
Rainer Orth 1999-05-17 12:41:23 +00:00 committed by Bruce Korb
parent 9f8eec3979
commit 1c80456606
3 changed files with 4 additions and 2 deletions

View 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

View File

@ -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
# # # # # # # # # # # # # # # # # # # # #

View File

@ -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
# # # # # # # # # # # # # # # # # # # # #