From 2e71aedc024bf4ba504973afb0fbdd74e0ad1ab5 Mon Sep 17 00:00:00 2001 From: Eric House Date: Sat, 9 Dec 2017 21:32:05 -0800 Subject: [PATCH] fix --game-dict option --- xwords4/linux/scripts/discon_ok2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/linux/scripts/discon_ok2.sh b/xwords4/linux/scripts/discon_ok2.sh index 19d914e7c..dc959547d 100755 --- a/xwords4/linux/scripts/discon_ok2.sh +++ b/xwords4/linux/scripts/discon_ok2.sh @@ -43,7 +43,7 @@ declare -A LOGS declare -A MINEND declare -A ROOM_PIDS declare -a APPS_OLD=() -declare -a DICTS= # wants to be =() too? +declare -a DICTS=() # wants to be =() too? declare -A CHECKED_ROOMS function cleanup() {