[backfire] merge r25835
[openwrt-10.03/.git] / package / firewall / files / lib / core_init.sh
index c7e41e7ff7dada3ad8015d741c8e894240e78376..42124b39bd47cbc85208d93349a8a7f30a9f49ee 100644 (file)
@@ -271,8 +271,10 @@ fw_load_notrack_zone() {
 fw_load_include() {
        local name="$1"
 
-       local path; config_get path ${name} path
-       [ -e $path ] && . $path
+       local path
+       config_get path ${name} path
+
+       [ -e $path ] && ( . $path )
 }