Eliminate extraneous "oop!" output at end of script on some platforms.

This commit is contained in:
nelsonb%netscape.com 2000-09-14 00:32:24 +00:00
Родитель c4fe227bb9
Коммит 082f53f177
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -40,7 +40,7 @@
## the GPL. If you do not delete the provisions above, a recipient
## may use your version of this file under either the MPL or the GPL.
##
# $Id: timetest,v 1.4 2000/08/22 01:15:41 nelsonb%netscape.com Exp $
# $Id: timetest,v 1.5 2000/09/14 00:32:24 nelsonb%netscape.com Exp $
#
# Avoid using built-in shell echoes
@ -125,5 +125,7 @@ done
$ECHO "<done>"
trap 'rm -f tt*.tmp timing-results.txt' INT HUP
exit 0