diff options
Diffstat (limited to 'root/etc/functions.sh')
-rwxr-xr-x | root/etc/functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/etc/functions.sh b/root/etc/functions.sh index 21efbaf56c..09ba6feea2 100755 --- a/root/etc/functions.sh +++ b/root/etc/functions.sh @@ -1,6 +1,6 @@ #!/bin/ash -alias debug=${DEBUG:-true} +alias debug=${DEBUG:-:} # allow env to override nvram nvram_get () { |