From 4e207566f99c74b7b4eae64aa4603ef0fe2a65a6 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 01 Jul 2020 21:02:05 -0400 Subject: profile/proteanos: Add missing var declaration --- (limited to 'src/profile/proteanos.sh') 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 -- cgit v0.9.1