Commit 1c804566 by Rainer Orth Committed by Bruce Korb

Removed no-op pipe

From-SVN: r26973
parent 9f8eec39
...@@ -5,6 +5,8 @@ Mon May 17 19:45:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> ...@@ -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.tpl: Removed no-op pipe.
* fixinc/inclhack.sh fixinc/fixincl.sh: regenerate
Mon May 17 07:23:34 1999 Mark Mitchell <mark@codesourcery.com> Mon May 17 07:23:34 1999 Mark Mitchell <mark@codesourcery.com>
* tree.def (TYPE_NONCOPIED_PARTS): Revise documentation to match * tree.def (TYPE_NONCOPIED_PARTS): Revise documentation to match
......
...@@ -395,7 +395,7 @@ echo 'Removing unneeded directories:' ...@@ -395,7 +395,7 @@ echo 'Removing unneeded directories:'
cd $LIB cd $LIB
all_dirs=`find . -type d -print | sort -r` all_dirs=`find . -type d -print | sort -r`
for file in $all_dirs; do for file in $all_dirs; do
rmdir $LIB/$file > /dev/null 2>&1 | : rmdir $LIB/$file > /dev/null 2>&1
done done
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
......
...@@ -3093,7 +3093,7 @@ echo 'Removing unneeded directories:' ...@@ -3093,7 +3093,7 @@ echo 'Removing unneeded directories:'
cd $LIB cd $LIB
all_dirs=`find . -type d -print | sort -r` all_dirs=`find . -type d -print | sort -r`
for file in $all_dirs; do for file in $all_dirs; do
rmdir $LIB/$file > /dev/null 2>&1 | : rmdir $LIB/$file > /dev/null 2>&1
done done
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment