]> Kevux Git Server - fll/commit
Bugfix: Install script still install static program sources despite being disabled.
authorKevin Day <thekevinday@gmail.com>
Fri, 6 Jan 2023 03:39:37 +0000 (21:39 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 6 Jan 2023 03:39:37 +0000 (21:39 -0600)
commite5a869327d41446d6e5965e014ef5cbefed6593c
treeafef9b13f7bf49e205e6b6502792543b18750c59
parent25671e39d0a275b4a14b1db6612ae46d497c38c7
Bugfix: Install script still install static program sources despite being disabled.

The if condition nested is only wrapping the print block.
Move the conditional logic to the proper wrapping block.
build/scripts/install.sh