diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2013-06-11 09:28:03 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-11 15:40:05 +0100 |
commit | f8ed7446755eeb88191e16749350efa1e7e6197c (patch) | |
tree | bc878c1df35c2b9e3684e1be2b3d86c9cbcec8fc /.gitignore | |
parent | 6ea293a8696843779cb23d6176b54efcde0462ec (diff) | |
download | openembedded-core-f8ed7446755eeb88191e16749350efa1e7e6197c.tar.gz openembedded-core-f8ed7446755eeb88191e16749350efa1e7e6197c.tar.bz2 openembedded-core-f8ed7446755eeb88191e16749350efa1e7e6197c.zip |
handle two-word commands with tmux
Trying to make a devshell using tmux can fail because "tmux new"
expects a single command, not a series of arguments. It does, however,
split strings in a suitable way. So you can quote the command.
The failure mode is particularly arcane, in that you end up
with a message like:
ERROR: Unable to spawn terminal auto: \
Execution of 'pseudo /bin/bash' failed with exit code 1:
usage: new-session [-d] [-n window-name] [-s session-name] \
[-t target-session] [command]
which is confusing because there's no "new-session" anywhere in
sight (that's actually "tmux new"), and because what failed to execute
wasn't either pseudo or bash.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions