diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-01 21:02:05 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-01 21:11:48 (EDT) |
commit | 4e207566f99c74b7b4eae64aa4603ef0fe2a65a6 (patch) | |
tree | 7394349914f04d37ae9940e3da9acd3d1353ec6b /src/profile | |
parent | 2e800c3a44edf398828fd932faf336a2797aaf96 (diff) |
profile/proteanos: Add missing var declaration
Diffstat (limited to 'src/profile')
-rw-r--r-- | src/profile/proteanos.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index cd90b74..0a7b935 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -115,6 +115,7 @@ prof_proteanos_validate_archplat() local plat="${3}" local suite="${4}" shift 4 + local archplat= while read -r archplat; do case "${archplat}" in |