diff options
author | hut <hut@lavabit.com> | 2012-08-09 03:05:52 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2012-08-09 03:05:52 +0200 |
commit | 9dd669c7339442a38e87d0954efd7da6aaf258a1 (patch) | |
tree | 938dfc2a3d3dab3e837bb9424ed29187c007bdb5 /examples/bash_subshell_notice.sh | |
parent | 25b87f8a8a24ddd571e792b6dedff5e6f69c3069 (diff) | |
download | ranger-9dd669c7339442a38e87d0954efd7da6aaf258a1.tar.gz |
ext.rifle: flags now work with commands with pipes, semicolons etc
rough explanation: before, the "t" flag would run the program in a terminal by prepending something like "xterm -e " to the command. If the command is "ls | less", it would result in "xterm -e ls | less". This commit changes it so the result looks more like "xterm -e sh -c 'ls | less'" and works as intended.
Diffstat (limited to 'examples/bash_subshell_notice.sh')
0 files changed, 0 insertions, 0 deletions