mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
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