mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
target: Run shutils.in in busybox
Ensure shutils.in runs in a busybox shell.
This commit is contained in:
parent
a9fcc75f60
commit
7853d2c85c
@ -1218,7 +1218,7 @@ fi
|
||||
|
||||
@call_conn
|
||||
def _execute_util(self, command, timeout=None, check_exit_code=True, as_root=False):
|
||||
command = '{} {}'.format(self.shutils, command)
|
||||
command = '{} sh {} {}'.format(quote(self.busybox), quote(self.shutils), command)
|
||||
return self.conn.execute(command, timeout, check_exit_code, as_root)
|
||||
|
||||
def _extract_archive(self, path, cmd, dest=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user