tsto / notmuchfs

A virtual maildir file system for notmuch queries
Other
89 stars 11 forks source link

mutt: notmuch_tag: explicitly use bash #6

Closed mturquette closed 8 years ago

mturquette commented 8 years ago

Using #!/bin/sh is unsafe in notmuch_tag as it is filled with bash-isms. In my environement /bin/sh symlinks to /bin/dash which doesn't play nice with all of the syntax.

Fix by explicitly invoking bash.

Signed-off-by: Michael Turquette mturquette@deferred.io