mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Ensure multitail building does not assume tty
This commit is contained in:
parent
50ae40a73f
commit
71c1232fa4
@ -21,6 +21,8 @@ def build_single(which, bitness, shutdown=True):
|
||||
if bitness:
|
||||
cmd.append(bitness)
|
||||
cmd.append('calibre')
|
||||
if not sys.stdout.isatty():
|
||||
cmd.append('--no-tty')
|
||||
cmd.append('--sign-installers')
|
||||
env = os.environ.copy()
|
||||
env['CALIBRE_SRC_DIR'] = base
|
||||
|
Loading…
x
Reference in New Issue
Block a user