mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
fix pattern to pick the right hostid.
This commit is contained in:
parent
a3dbde9b88
commit
abf60e027d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ while [ $# -ge 1 ]; do
|
|||
*got_connect_cmd:\ connName* )
|
||||
CONNNAME="$(echo $LINE | sed 's,^.*connName: "\(.*\)"$,\1,')"
|
||||
;;
|
||||
*hostid* )
|
||||
*got_connect_cmd:\ set\ hostid* )
|
||||
HOSTID=$(echo $LINE | sed 's,^.*set hostid: \(.\)$,\1,')
|
||||
;;
|
||||
*getChannelSeed:\ channelSeed:*)
|
||||
|
|
Loading…
Add table
Reference in a new issue