Merge branch 'android_invite' of ssh://xwords.git.sourceforge.net/gitroot/xwords/xwords into android_invite

This commit is contained in:
eehouse@eehouse.org 2011-07-07 18:51:50 -07:00 committed by Andy2
commit dd8950a826

View file

@ -24,7 +24,7 @@ while [ $# -ge 1 ]; do
*got_connect_cmd:\ connName* ) *got_connect_cmd:\ connName* )
CONNNAME="$(echo $LINE | sed 's,^.*connName: "\(.*\)"$,\1,')" CONNNAME="$(echo $LINE | sed 's,^.*connName: "\(.*\)"$,\1,')"
;; ;;
*hostid* ) *got_connect_cmd:\ set\ hostid* )
HOSTID=$(echo $LINE | sed 's,^.*set hostid: \(.\)$,\1,') HOSTID=$(echo $LINE | sed 's,^.*set hostid: \(.\)$,\1,')
;; ;;
*getChannelSeed:\ channelSeed:*) *getChannelSeed:\ channelSeed:*)