mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
packages.cmd_sideload(): fix escape of --overwrite=*
This commit is contained in:
parent
b5214d9cd6
commit
57be536781
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ def cmd_sideload(paths: Iterable[str], arch: Optional[Arch] = None, no_build: bo
|
|||
'-U',
|
||||
] + [os.path.join('/tmp', os.path.basename(file)) for file in files] + [
|
||||
'--noconfirm',
|
||||
'--overwrite=\\*',
|
||||
"'--overwrite=\\*'",
|
||||
],
|
||||
alloc_tty=True).check_returncode()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue