From: Grazvydas Ignotas Date: Sun, 3 Nov 2013 00:54:18 +0000 (+0200) Subject: pandora-scripts: fix stupid little bug in op_menu X-Git-Tag: sz_160~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0218b2f8748ea34dad5fa0fdbd41f101d162e05;p=openpandora.oe.git pandora-scripts: fix stupid little bug in op_menu --- 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)