mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
fix --game-dict option
This commit is contained in:
parent
8d10dca23e
commit
2e71aedc02
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ declare -A LOGS
|
||||||
declare -A MINEND
|
declare -A MINEND
|
||||||
declare -A ROOM_PIDS
|
declare -A ROOM_PIDS
|
||||||
declare -a APPS_OLD=()
|
declare -a APPS_OLD=()
|
||||||
declare -a DICTS= # wants to be =() too?
|
declare -a DICTS=() # wants to be =() too?
|
||||||
declare -A CHECKED_ROOMS
|
declare -A CHECKED_ROOMS
|
||||||
|
|
||||||
function cleanup() {
|
function cleanup() {
|
||||||
|
|
Loading…
Reference in a new issue