mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-12 20:56:43 +02:00
Don't apply 'postcompile' during an update
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
3959feebe0
commit
7fa39a63ed
@ -473,7 +473,7 @@ compiler() {
|
|||||||
|
|
||||||
status=$?
|
status=$?
|
||||||
|
|
||||||
if [ $status -eq 0 -a $COMMAND != check ]; then
|
if [ $status -eq 0 -a $COMMAND != check -a $COMMAND != update ]; then
|
||||||
g_compiled="$g_file"
|
g_compiled="$g_file"
|
||||||
run_postcompile "$g_compiled"
|
run_postcompile "$g_compiled"
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user