2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Fix sense of new flag

Accidently made flag exactly opposite of intended
This commit is contained in:
Jarrod Johnson 2023-09-07 15:12:43 -04:00
parent fe78034eaa
commit 8de6f4356d

View File

@ -1139,7 +1139,7 @@ def build_root(args):
'Unable to recognize build system os\n')
sys.exit(1)
if args.non_interactive:
oshandler.set_interactive(True)
oshandler.set_interactive(False)
oshandler.set_target(args.scratchdir)
oshandler.add_pkglists()
for dirname in ('proc', 'sys', 'dev', 'run'):