From 551005fa0055202650a6a24522698d5da8b5e87e Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 16 Sep 2008 15:10:05 +0100 Subject: [PATCH 1/1] remove debug output --- .mutt/edit-header | 2 +- .mutt/filter-proxy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.mutt/edit-header b/.mutt/edit-header index 3a3a96a..0911220 100755 --- a/.mutt/edit-header +++ b/.mutt/edit-header @@ -7,7 +7,7 @@ # Copyright © 2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -set -euvx +set -eu if [ ! -x "$(command -v formail)" ]; then echo E: formail not installed. >&2 diff --git a/.mutt/filter-proxy b/.mutt/filter-proxy index bd54b44..a2cf580 100755 --- a/.mutt/filter-proxy +++ b/.mutt/filter-proxy @@ -5,7 +5,7 @@ # Copyright © 2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -set -euvx +set -eu cmd= file= -- 2.39.2