From: markus schnalke Date: Sun, 24 Apr 2016 08:59:10 +0000 (+0200) Subject: Fix for commit bd02210b2be64956a952f925a2dcd35fb42f6136 X-Git-Tag: mmh-0.3~38 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=5cf93efd16ee663ed0f680b503b71beec1783191;ds=sidebyside Fix for commit bd02210b2be64956a952f925a2dcd35fb42f6136 --- 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})%>'