summaryrefslogtreecommitdiffstats
path: root/src/profile/proteanos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/profile/proteanos.sh')
-rw-r--r--src/profile/proteanos.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh
index f44de08..54ad667 100644
--- a/src/profile/proteanos.sh
+++ b/src/profile/proteanos.sh
@@ -141,6 +141,7 @@ prof_proteanos_plat_arches()
local plat="${1}"
shift 1
+ plat="$(printf '%s' "${plat}" | tr -c '[a-z0-9]' '_')"
eval "printf '%s\\n' \${_prof_proteanos_archplat_arches_${plat}}"
}