From 5cf93efd16ee663ed0f680b503b71beec1783191 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Sun, 24 Apr 2016 10:59:10 +0200 Subject: [PATCH] Fix for commit bd02210b2be64956a952f925a2dcd35fb42f6136 --- uip/mhsign.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uip/mhsign.sh b/uip/mhsign.sh index 17b7489..94c19f9 100755 --- a/uip/mhsign.sh +++ b/uip/mhsign.sh @@ -114,7 +114,7 @@ lookupkeys() { '|'*) echo "Ignoring pipe address" >&2 continue ;; *@*) ;; - *) a="$i@`hostname -f`" ;; + *) i="$i@`hostname -f`" ;; esac # extract the actual address format='%<{error}%{error}: %{text}%|%(addr{text})%>' -- 1.7.10.4