Correct 'postcompile' patch

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-09-02 14:55:56 -07:00
parent e66d9e3418
commit 88ab423b2a

View File

@ -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