mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[arch] improvement: do not execute pacman install simulation on shell to avoid issues associated with blank chars
This commit is contained in:
@@ -167,7 +167,7 @@ def install_as_process(pkgpaths: Iterable[str], root_password: Optional[str], fi
|
||||
root_password=root_password,
|
||||
cwd=pkgdir,
|
||||
error_phrases={"error: failed to prepare transaction", 'error: failed to commit transaction', 'error: target not found'},
|
||||
shell=True)
|
||||
shell=False)
|
||||
|
||||
|
||||
def map_desktop_files(*pkgnames) -> Dict[str, List[str]]:
|
||||
|
||||
Reference in New Issue
Block a user