We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c10a9d commit d95677aCopy full SHA for d95677a
exec-path-from-shell.el
@@ -166,7 +166,7 @@ in place of any % placeholders in STR. ARGS are not automatically
166
shell-escaped, so they may contain $ etc."
167
(let* ((printf-bin (or (executable-find "printf") "printf"))
168
(printf-command
169
- (concat printf-bin
+ (concat (shell-quote-argument printf-bin)
170
" '__RESULT\\000" str "\\000__RESULT' "
171
(mapconcat #'exec-path-from-shell--double-quote args " ")))
172
(shell (exec-path-from-shell--shell))
0 commit comments