forked from extern/shorewall_code
Correct 'postcompile' patch
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
e66d9e3418
commit
88ab423b2a
@ -445,7 +445,7 @@ run_postcompile() { # $1 is the compiled script
|
||||
|
||||
script=$(find_file postcompile)
|
||||
|
||||
if [ -n "$script" ]; then
|
||||
if [ -f $script ]; then
|
||||
. $script $1
|
||||
else
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user