aboutsummaryrefslogtreecommitdiffstats
path: root/package/dnsmasq
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-06 13:23:56 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-06 13:23:56 +0000
commitbee3f2b4c07657275fb9f6b255c1852aaf86c3b4 (patch)
tree811aaa0efec5fb8deb2bae6d7c206d348c1561f8 /package/dnsmasq
parent06364b33603e4ae166865b931a75f806ce101469 (diff)
downloadupstream-bee3f2b4c07657275fb9f6b255c1852aaf86c3b4.tar.gz
upstream-bee3f2b4c07657275fb9f6b255c1852aaf86c3b4.tar.bz2
upstream-bee3f2b4c07657275fb9f6b255c1852aaf86c3b4.zip
[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
Diffstat (limited to 'package/dnsmasq')
-rw-r--r--package/dnsmasq/files/dnsmasq.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init
index 0b74d419e5..00882e5f51 100644
--- a/package/dnsmasq/files/dnsmasq.init
+++ b/package/dnsmasq/files/dnsmasq.init
@@ -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