From: Pietro Cerutti Date: Wed, 29 Nov 2017 10:55:26 +0000 (+0000) Subject: Fix reference to neomuttrc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6559d43807687eedff6ded1d89c53a510db83adb;p=neomutt Fix reference to neomuttrc --- diff --git a/contrib/hcache-bench/neomutt-hcache-bench.sh b/contrib/hcache-bench/neomutt-hcache-bench.sh index c212cb92c..283e077d9 100755 --- a/contrib/hcache-bench/neomutt-hcache-bench.sh +++ b/contrib/hcache-bench/neomutt-hcache-bench.sh @@ -69,7 +69,7 @@ exe() export my_backend=$1 export my_maildir=$MAILDIR export my_tmpdir=$TMPDIR - t=$(time -p $NEOMUTT -F "$CWD"/muttrc 2>&1 > /dev/null) + t=$(time -p $NEOMUTT -F "$CWD"/neomuttrc 2>&1 > /dev/null) echo "$t" | xargs }