read board_table.csv from cwd

This commit is contained in:
Lane Jennison
2020-02-04 20:16:56 -05:00
parent e475a7242a
commit d42d8e1e2c

View File

@@ -81,7 +81,7 @@ done
load_board_table() {
#BOARD_TABLE=$(cat ../board_table.csv|sort -r)
readarray BOARD_TABLE < ../board_table.csv
readarray BOARD_TABLE < board_table.csv
}
get_files_changed() {