diff options
author | Mike Baker <mbm@openwrt.org> | 2004-07-07 05:11:08 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2004-07-07 05:11:08 +0000 |
commit | 2fc18097444f65588357bd6fb823cdcf5c0b56a2 (patch) | |
tree | c57179c4ae7aae6bbbdec0e04d987520c464e198 /root/etc/functions.sh | |
parent | d7363931ebbb268614098ad41d21fa0cfa046481 (diff) | |
download | mtk-20170518-2fc18097444f65588357bd6fb823cdcf5c0b56a2.zip mtk-20170518-2fc18097444f65588357bd6fb823cdcf5c0b56a2.tar.gz mtk-20170518-2fc18097444f65588357bd6fb823cdcf5c0b56a2.tar.bz2 |
minor changes
SVN-Revision: 74
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 21efbaf..09ba6fe 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 () { |