forked from extern/shorewall_code
Unify variable style
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
23d498146b
commit
5d7dcc3122
@ -389,8 +389,7 @@ uptodate() {
|
||||
|
||||
find=$(mywhich find)
|
||||
|
||||
[ -n "$find" ] || return 1
|
||||
|
||||
[ -n "${find}" ] || return 1
|
||||
[ -h "${find}" ] && busybox=Yes
|
||||
|
||||
for dir in $g_shorewalldir $(split $CONFIG_PATH); do
|
||||
|
Loading…
Reference in New Issue
Block a user