[package] dnsmasq: remove a useless subshell invocation from the init script

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23272 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jo-Philipp Wich
2010-10-06 13:23:56 +00:00
parent 06364b3360
commit bee3f2b4c0

View File

@@ -102,7 +102,7 @@ dnsmasq() {
[ "$readethers" = "1" ] && [ -e "/etc/ethers" ] || touch /etc/ethers
config_get leasefile $cfg leasefile
[ -n "$leasefile" ] && ([ -e "$leasefile" ] || touch "$leasefile")
[ -n "$leasefile" ] && [ -e "$leasefile" ] || touch "$leasefile"
config_get_bool cachelocal "$cfg" cachelocal 1
config_get hostsfile "$cfg" dhcphostsfile