diff options
-rwxr-xr-x | ranger/config/commands.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py index 9aee9f29..66cb2cc8 100755 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -212,8 +212,6 @@ class shell(Command): if not command and 'p' in flags: command = 'cat %f' if command: - if '%' in command: - command = self.fm.substitute_macros(command, escape=True) self.fm.execute_command(command, flags=flags) def tab(self, tabnum): |