diff options
author | des <des@FreeBSD.org> | 2012-08-30 22:56:32 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2012-08-30 22:56:32 +0000 |
commit | 7bb834a124884e40c8af4e33bbb232a5bcd78692 (patch) | |
tree | de02cfec31299f0ce65744eb22d9fec7170f3801 /tools | |
parent | ec1be6b9d0937e659de30fed1f58b7ae8c8835e7 (diff) | |
download | FreeBSD-src-7bb834a124884e40c8af4e33bbb232a5bcd78692.zip FreeBSD-src-7bb834a124884e40c8af4e33bbb232a5bcd78692.tar.gz |
The error syntax has changed.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/track/track.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/track/track.sh b/tools/tools/track/track.sh index b8cb46e..f4674a9 100644 --- a/tools/tools/track/track.sh +++ b/tools/tools/track/track.sh @@ -35,7 +35,7 @@ do \>\>\>*) endl="\r\n" ;; - \*\*\*\ Error*) + \*\*\**) endl="\r\n" ;; \=\=\=*) |