]> git.donarmstrong.com Git - bin.git/commitdiff
fix mutt loop
authorDon Armstrong <don@donarmstrong.com>
Thu, 20 Jun 2019 04:51:01 +0000 (21:51 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 20 Jun 2019 04:51:01 +0000 (21:51 -0700)
mutt

diff --git a/mutt b/mutt
index 35889a70a1f6d1a7ec0f8dfbfe508c2618ad0018..a771645ac21e31ca34844e7390c86e565b6dc751 100755 (executable)
--- a/mutt
+++ b/mutt
@@ -10,4 +10,4 @@ cmd_exists () {
 if cmd_exists neomutt; then
     exec neomutt "$@";
 fi;
-exec mutt "$@";
+exec /usr/bin/mutt "$@";