diff options
-rw-r--r-- | ranger/core/fm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/fm.py b/ranger/core/fm.py index 918d1de2..452a9d42 100644 --- a/ranger/core/fm.py +++ b/ranger/core/fm.py @@ -145,7 +145,7 @@ class FM(Actions, SignalDispatcher): if command[0:4] == 'feh ': new_command = command.replace("feh ", - "feh --start-at '%s' " % \ + "feh --start-at %s " % \ shell_quote(self.thisfile.basename), 1) if new_command: |