busybox: export $DEBUG

This commit is contained in:
Stefan Saraev 2013-10-23 17:42:15 +03:00
parent c68d8ebaff
commit 3191d8e028

View File

@ -42,6 +42,12 @@
esac esac
done done
if [ -e /storage/.cache/debug.openelec ] ; then
DEBUG=yes
fi
export DEBUG
# functions # functions
progress() { progress() {
if test "$PROGRESS" = yes; then if test "$PROGRESS" = yes; then