projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04a3dfc
)
Fix for commit bd02210b2be64956a952f925a2dcd35fb42f6136
author
markus schnalke
<meillo@marmaro.de>
Sun, 24 Apr 2016 08:59:10 +0000
(10:59 +0200)
committer
markus schnalke
<meillo@marmaro.de>
Sun, 24 Apr 2016 08:59:10 +0000
(10:59 +0200)
uip/mhsign.sh
patch
|
blob
|
history
diff --git
a/uip/mhsign.sh
b/uip/mhsign.sh
index
17b7489
..
94c19f9
100755
(executable)
--- 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})%>'