Avoid duplicate echo.
This commit is contained in:
parent
768be6e12b
commit
9ba6d81f63
1 changed files with 4 additions and 3 deletions
|
@ -17,8 +17,6 @@
|
||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
echo Sanitizing `pwd`.
|
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
# "Files-to-sed:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
|
@ -117,7 +115,10 @@ echo Done in `pwd`.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.29 1991/11/17 21:38:05 bothner
|
# Revision 1.30 1991/11/21 01:56:17 gnu
|
||||||
|
# Avoid duplicate echo.
|
||||||
|
#
|
||||||
|
# Revision 1.29 1991/11/17 21:38:05 bothner
|
||||||
# * targets.c: Make the default target_vector contain
|
# * targets.c: Make the default target_vector contain
|
||||||
# just &DEFAULT_VECTOR. This makes executables a lot smaller.
|
# just &DEFAULT_VECTOR. This makes executables a lot smaller.
|
||||||
# Old behavior can be gotten by defining ALL_TARGETS.
|
# Old behavior can be gotten by defining ALL_TARGETS.
|
||||||
|
|
Loading…
Reference in a new issue