diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-22 02:40:26 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-22 02:40:26 +0100 |
commit | 98145b2bb0188c0f5fd19e1613a37f8bef3c2694 (patch) | |
tree | 5356774189baebb753fd9e38010e418f13ce5ba0 | |
parent | f17f0c4e9bfaae7deb049eb75b9b4da23d3749ba (diff) | |
download | web-98145b2bb0188c0f5fd19e1613a37f8bef3c2694.tar.gz |
blq: Fix mutt quoting bug
-rwxr-xr-x | blq | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ usage() { echo usage: $0 query 1>&2; exit 1; } if which mutt 1>&- -then : ${MAILER:=mutt -e "set folder=."} +then : ${MAILER:='mutt -e "set folder=."'} else : ${MAILER:=mailx} fi |