From b989c29efb33a1f4db6322f7b50a9dc919cd1699 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Antoine=20Beaupr=C3=A9?= Date: Mon, 11 Apr 2016 19:38:15 -0400 Subject: [PATCH] quote properly one of the very few cases where we want $* instead of $@ --- emacstips.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.43.0