From cfac1ac9d6a11c1fdf92836b89e9352a10d2a900 Mon Sep 17 00:00:00 2001 From: Tomas M Date: Fri, 21 Sep 2012 08:13:01 -0500 Subject: [PATCH] fix --- livekitlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livekitlib b/livekitlib index 747af6e..b285a45 100644 --- a/livekitlib +++ b/livekitlib @@ -10,7 +10,7 @@ debug_start() { - if grep -1 debug /proc/cmdline; then + if grep -q debug /proc/cmdline; then DEBUG_IS_ENABLED=1 else DEBUG_IS_ENABLED=