]> 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:54:04 +0000 (21:54 -0600)
commit1b8ca916acfd716149f19335c332cc142e15ee13
tree4c338dffe77da44a1220ccfdbc1c860630ed0ebe
parent6c05c66f50719c9edaa36dea75669e03cd558ee4
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