From f40401232e90384e2e15221ec6b9c2a94f8ea6e4 Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Fri, 21 Sep 2018 14:13:54 -0400 Subject: [PATCH] Reenable global include --- script/generate_build_info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/generate_build_info.sh b/script/generate_build_info.sh index fbc9dd04..18f8fcc7 100755 --- a/script/generate_build_info.sh +++ b/script/generate_build_info.sh @@ -4,7 +4,7 @@ # places them in a publically accessable static asset # folder -#source "$(dirname "${0}")"/../script/include/global_header.inc.sh +source "$(dirname "${0}")"/../script/include/global_header.inc.sh # Config APP_NAME="ATST"