mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
busybox: export $DEBUG
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user