Skip to content

Commit

Permalink
shell quote helm-pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Oct 3, 2023
1 parent 4568264 commit 51c221c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-apt.el
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Support install, remove and purge actions."
(format " | %s -- %s"
pipe-cmd
(shell-quote-argument p))))
(format "apt-cache search %s" helm-pattern)))
(format "apt-cache search %s" (shell-quote-argument helm-pattern))))
(proc (start-process-shell-command
"Apt-async" nil cmd)))
proc))
Expand Down

0 comments on commit 51c221c

Please sign in to comment.