From c0218b2f8748ea34dad5fa0fdbd41f101d162e05 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 3 Nov 2013 02:54:18 +0200 Subject: [PATCH] pandora-scripts: fix stupid little bug in op_menu --- recipes/pandora-system/pandora-scripts.bb | 2 +- recipes/pandora-system/pandora-scripts/op_menu.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 05967e8..aa2929f 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "bash sed gawk grep zenity" -PR = "r151" +PR = "r152" SRC_URI = " \ file://op_paths.sh \ diff --git a/recipes/pandora-system/pandora-scripts/op_menu.sh b/recipes/pandora-system/pandora-scripts/op_menu.sh index b7c2dba..43e3c41 100644 --- a/recipes/pandora-system/pandora-scripts/op_menu.sh +++ b/recipes/pandora-system/pandora-scripts/op_menu.sh @@ -24,8 +24,8 @@ if [ "$1" -ge "2" ]; then #button was pressed 3 sec or longer, show list of apps fb_users=`lsof -t /dev/fb1 /dev/pvrsrvkm` if [ -n "$fb_users" ]; then do_kill $fb_users + exit 1 fi - exit 1 fi xpid=$(pidof xfce4-session) -- 2.39.5