summary refs log tree commit diff stats
path: root/setup.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2012-08-09 03:05:52 +0200
committerhut <hut@lavabit.com>2012-08-09 03:05:52 +0200
commit9dd669c7339442a38e87d0954efd7da6aaf258a1 (patch)
tree938dfc2a3d3dab3e837bb9424ed29187c007bdb5 /setup.py
parent25b87f8a8a24ddd571e792b6dedff5e6f69c3069 (diff)
downloadranger-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 'setup.py')
0 files changed, 0 insertions, 0 deletions