diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-08 23:11:18 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-08 23:11:18 +0100 |
commit | f826e189bc67955d0b7d6e1897c78a1e0d821bcb (patch) | |
tree | 56496a832a6d9446b551cf1104713c5515ab190e /notmuch-ssh-server | |
parent | 78fc77fcc607c10dc60a44f2262e848c24f600d6 (diff) | |
download | utils-f826e189bc67955d0b7d6e1897c78a1e0d821bcb.tar utils-f826e189bc67955d0b7d6e1897c78a1e0d821bcb.tar.gz utils-f826e189bc67955d0b7d6e1897c78a1e0d821bcb.tar.bz2 utils-f826e189bc67955d0b7d6e1897c78a1e0d821bcb.tar.xz utils-f826e189bc67955d0b7d6e1897c78a1e0d821bcb.zip |
...
Diffstat (limited to 'notmuch-ssh-server')
-rw-r--r-- | notmuch-ssh-server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-ssh-server b/notmuch-ssh-server index 0dc8cc2..40511fc 100644 --- a/notmuch-ssh-server +++ b/notmuch-ssh-server | |||
@@ -37,4 +37,4 @@ config_environment = config[config_section] if config.has_section(config_section | |||
37 | logging.info("Config environment: %s", config_environment) | 37 | logging.info("Config environment: %s", config_environment) |
38 | 38 | ||
39 | logging.info("notmuch %s", original_command[1:]) | 39 | logging.info("notmuch %s", original_command[1:]) |
40 | os.execvpe('@notmuch@/bin/notmuch', original_command[1:], {**os.environ, **config_environment}) | 40 | os.execvpe('@notmuch@/bin/notmuch', ['notmuch'] + original_command[1:], {**os.environ, **config_environment}) |