From ff77218157b4ccc3681d49e053cac4d3d4a0bd98 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Wed, 12 Jul 2006 00:24:14 +0000 Subject: [PATCH] (thumbs-call-convert): Use shell-command-switch. --- lisp/thumbs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/thumbs.el b/lisp/thumbs.el index ff5fcf2b33c..e9a640973bb 100644 --- a/lisp/thumbs.el +++ b/lisp/thumbs.el @@ -256,7 +256,7 @@ ACTION-PREFIX is the symbol to place before the ACTION command filein (or output-format "jpeg") fileout))) - (call-process shell-file-name nil nil nil "-c" command))) + (call-process shell-file-name nil nil nil shell-command-switch command))) (defun thumbs-new-image-size (s increment) "New image (a cons of width x height)." -- 2.39.2