From: Lyndon Nerenberg Date: Sun, 5 Oct 2014 08:27:56 +0000 (-0700) Subject: Add a missing option to mhn fetch command for FreeBSD. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/934ec91aaecd1a979b4335ed8b99c8d86f2978d7?hp=33619bd9279b5496584a85c0be928c6165a998a1 Add a missing option to mhn fetch command for FreeBSD. I *always* forget the '-o -' to redirect to stdout :-P --- diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index 28d113a0..7b894498 100755 --- a/etc/mhn.defaults.sh +++ b/etc/mhn.defaults.sh @@ -316,7 +316,7 @@ fi # access-type. case "`uname`" in FreeBSD) - echo "nmh-access-url: fetch -a" >> $TMP + echo "nmh-access-url: fetch -a -o -" >> $TMP ;; *) PGM=`$SEARCHPROG "$SEARCHPATH" curl`