From 542e313af21aa2913a724a3ee98f9d8459da22b9 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 7 Jun 2013 20:05:40 +0200 Subject: core.fm: fix shell escaping when using feh + "open_all_images" --- ranger/core/fm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit 1.4.1-2-gfad0