base: Do not add -i -t flags to run command by default

Allow the dockcross script to be used in scripts where a tty is not available.
This commit is contained in:
Matt McCormick
2016-08-31 22:31:01 -04:00
parent a3e0d34ac0
commit f07ca0043c
3 changed files with 2 additions and 176 deletions

View File

@ -202,7 +202,7 @@ Examples
4. ``dockcross bash -c '$CC test/C/hello.c -o hello'``: Build the *hello.c* file
with the compiler identified with the ``CC`` environmental variable in the
build environment.
5. ``dockcross bash``: Run an interactive shell in the build environment.
5. ``dockcross --args -it bash``: Run an interactive shell in the build environment.
Note that commands are executed verbatim. If any shell processing for
environment variable expansion or redirection is required, please use