fix grep error in test script

This commit is contained in:
Dustin Kirkland 2011-05-10 22:29:36 +02:00
commit 4b817fe426

View file

@ -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