dnsmasq: remove a useless subshell invocation from the init script
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 6 Oct 2010 13:23:56 +0000 (13:23 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 6 Oct 2010 13:23:56 +0000 (13:23 +0000)
SVN-Revision: 23272

package/dnsmasq/files/dnsmasq.init

index 0b74d419e5f1476965882f195ce495a4ae31ef2d..00882e5f51777f88834b811f98f3e29b69b8ef28 100644 (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