kernel: add md5sum of kernel
[openwrt.git] / package / firewall / files / lib / core_init.sh
index c7e41e7..42124b3 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 )
 }
 
 
This page took 0.028114 seconds and 4 git commands to generate.