mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
fix pattern
This commit is contained in:
parent
aca3a96b54
commit
5842654418
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ while [ $# -ge 1 ]; do
|
|||
while read LINE; do
|
||||
case "$LINE" in
|
||||
*got_connect_cmd:\ connName* )
|
||||
CONNNAME="$(echo $LINE | sed 's,^.*connName: "\(.*\)"$,\1,')"
|
||||
CONNNAME="$(echo $LINE | sed 's,^.*connName: "\(.*\)" .*$,\1,')"
|
||||
;;
|
||||
*got_connect_cmd:\ set\ hostid* )
|
||||
HOSTID=$(echo $LINE | sed 's,^.*set hostid: \(.\)$,\1,')
|
||||
|
|
Loading…
Reference in a new issue