Bin/DB-Assembler: fix bash

This commit is contained in:
Yehonal
2016-08-14 13:35:41 +02:00
committed by ShinDarth
parent 338318e262
commit 4bacaa8da7

View File

@@ -21,7 +21,7 @@ fi
reg_file="$OUTPUT_FOLDER/.zzz_db_assembler_registry.sh" reg_file="$OUTPUT_FOLDER/.zzz_db_assembler_registry.sh"
declare -A registry registry=()
if [ -f "$reg_file" ]; then if [ -f "$reg_file" ]; then
source "$reg_file" source "$reg_file"