summaryrefslogtreecommitdiff
path: root/package/adktest
diff options
context:
space:
mode:
Diffstat (limited to 'package/adktest')
-rw-r--r--package/adktest/Makefile2
-rwxr-xr-xpackage/adktest/files/adktest.init2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/adktest/Makefile b/package/adktest/Makefile
index 4906d6ec5..7f155748e 100644
--- a/package/adktest/Makefile
+++ b/package/adktest/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= adktest
PKG_VERSION:= 0.1
-PKG_RELEASE:= 7
+PKG_RELEASE:= 8
PKG_DESCR:= helper tools and scripts for qemu testing
PKG_DEPENDS:= rdate
PKG_SECTION:= base/misc
diff --git a/package/adktest/files/adktest.init b/package/adktest/files/adktest.init
index ac1a047aa..e1fe9a8c2 100755
--- a/package/adktest/files/adktest.init
+++ b/package/adktest/files/adktest.init
@@ -11,7 +11,7 @@ autostart)
exec sh $0 start
;;
start)
- grep shell /proc/cmdline > /dev/null 2&>1
+ grep -q shell /proc/cmdline
if [ $? -eq 0 ];then
exit 0
fi