From: Antoine Beaupré Date: Mon, 11 Apr 2016 23:38:15 +0000 (-0400) Subject: quote properly X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=b989c29efb33a1f4db6322f7b50a9dc919cd1699 quote properly one of the very few cases where we want $* instead of $@ --- diff --git a/emacstips.mdwn b/emacstips.mdwn index 2ce59e7..11495b2 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -335,7 +335,7 @@ If you are not yet running 0.22, you can still use it by adding a wrapper around the command called, say, `notmuch-address`: #!/bin/sh - exec notmuch address from:"$@" + exec notmuch address from:"$*" Then you can set the `notmuch-address-command` to `notmuch-address` (if it is in your `$PATH` of course, otherwise use an absolute path).