Skip to content

Commit d099bda

Browse files
author
Rich Persaud
committed
do_build.sh: initialize variables
Initialize some undefined variables identified by set -u. Future work: document original feature purpose, current relevance and whether to remove or test/fix. OXT-1736 Signed-off-by: Rich Persaud <rich.persaud@baesystems.com>
1 parent dfea5eb commit d099bda

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

do_build.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ BRANCH=master
4141
BUILD_UID=`id -u`
4242
export BUILD_UID
4343

44+
DEBUG=""
45+
CONFIG=""
46+
XC_TOOLS_BUILD=""
47+
ARGNAME=""
48+
OE_BUILD_CACHE_DL=""
49+
OE_TARBALL_MIRROR=""
50+
NETBOOT_HTTP_URL=""
51+
FREEZE_URIS=""
52+
4453
CONF_LOCAL="conf/local.conf"
4554

4655
# TODO: move some of the above definitions into common-config

0 commit comments

Comments
 (0)