From 4b817fe4266361c445f1ffbb46f5da3317197d13 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 10 May 2011 22:29:36 +0200 Subject: [PATCH] fix grep error in test script --- usr/share/byobu/tests/byobu-time-notifications | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/byobu/tests/byobu-time-notifications b/usr/share/byobu/tests/byobu-time-notifications index 38bdd1ca..f708be84 100755 --- a/usr/share/byobu/tests/byobu-time-notifications +++ b/usr/share/byobu/tests/byobu-time-notifications @@ -42,7 +42,7 @@ for i in $list; do continue ;; esac - freq=`grep "byobu-status $i" /usr/share/$PKG/profiles/common | awk '{print $3}'` + freq=`grep "byobu-status $i$" /usr/share/$PKG/profiles/common | awk '{print $3}'` echo -n "$i $freq " time loop $i done