From 2932d136debcf53a45c44891ee80e6d34e61f109 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Tue, 25 Nov 2014 08:21:12 +0100 Subject: [PATCH] mhpgp: remove unused sed label OpenBSD complained about it. Reported by Dominik Lang . Thanks. --- uip/mhpgp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uip/mhpgp.sh b/uip/mhpgp.sh index c562c64..f3a39ea 100755 --- a/uip/mhpgp.sh +++ b/uip/mhpgp.sh @@ -68,7 +68,7 @@ mimeverify() { ### decrypt MIME and non-MIME messages (type is in $1) ###; invoke the pager as needed decrypt() { - sed -n -e ':a + sed -n -e '\ /^-----BEGIN PGP MESSAGE/b x d :x -- 1.7.10.4