From 3191d8e028605323e6e227aaaeb3db5fbcf3d7bc Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 23 Oct 2013 17:42:15 +0300 Subject: [PATCH] busybox: export $DEBUG --- packages/sysutils/busybox/config/profile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/sysutils/busybox/config/profile b/packages/sysutils/busybox/config/profile index a63e826c9f..f025bc8f21 100644 --- a/packages/sysutils/busybox/config/profile +++ b/packages/sysutils/busybox/config/profile @@ -42,6 +42,12 @@ esac done +if [ -e /storage/.cache/debug.openelec ] ; then + DEBUG=yes +fi + +export DEBUG + # functions progress() { if test "$PROGRESS" = yes; then