From fba874aa20c9b1dd4f26e112e69d3cfe5b9cdd9e Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 16 Jun 2010 23:30:01 -0500 Subject: [PATCH] fix error when running benchmarks --- usr/lib/byobu/time_utc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/lib/byobu/time_utc b/usr/lib/byobu/time_utc index ea118c4c..e5249565 100755 --- a/usr/lib/byobu/time_utc +++ b/usr/lib/byobu/time_utc @@ -17,6 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +color 2>/dev/null || color() { true; } + case "$1" in --detail) date -u