mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
[tools.testspr] fix declare array var
This commit is contained in:
parent
3fef178b7c
commit
db70dfc947
2 changed files with 7 additions and 14 deletions
|
@ -18,10 +18,8 @@ width=16
|
|||
height=16
|
||||
tile_width=16
|
||||
tile_height=16
|
||||
declare -a user_macros
|
||||
user_macros=()
|
||||
declare -a include_paths
|
||||
include_paths=()
|
||||
declare -a user_macros=()
|
||||
declare -a include_paths=()
|
||||
max_procs=1
|
||||
force=0
|
||||
use_help=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue