mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-05 16:21:44 +01:00
exec emacs at the end of run_emacs script
In the last line of run_emacs, exec the emacs process. With one fork less the process list is (also) neater.
This commit is contained in:
parent
ebd1adc55b
commit
085d45e389
1 changed files with 1 additions and 1 deletions
|
@ -830,7 +830,7 @@ export NOTMUCH_CONFIG=$NOTMUCH_CONFIG
|
||||||
#
|
#
|
||||||
# --load Force loading of notmuch.el and test-lib.el
|
# --load Force loading of notmuch.el and test-lib.el
|
||||||
|
|
||||||
emacs --no-init-file --no-site-file \
|
exec emacs --no-init-file --no-site-file \
|
||||||
--directory "$TEST_DIRECTORY/../emacs" --load notmuch.el \
|
--directory "$TEST_DIRECTORY/../emacs" --load notmuch.el \
|
||||||
--directory "$TEST_DIRECTORY" --load test-lib.el \
|
--directory "$TEST_DIRECTORY" --load test-lib.el \
|
||||||
"\$@"
|
"\$@"
|
||||||
|
|
Loading…
Reference in a new issue