Don't apply 'postcompile' during an update

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-07-10 11:06:02 -07:00
parent 3959feebe0
commit 7fa39a63ed

View File

@ -473,7 +473,7 @@ compiler() {
status=$?
if [ $status -eq 0 -a $COMMAND != check ]; then
if [ $status -eq 0 -a $COMMAND != check -a $COMMAND != update ]; then
g_compiled="$g_file"
run_postcompile "$g_compiled"
return