From b6cb0ece3912448586a2b6df8b3a7b2f5fb18583 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 17 Aug 2014 19:45:46 -0400 Subject: install: Normalize suite --- (limited to 'lib') diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh index e690962..1322209 100644 --- a/lib/cmd/install.sh +++ b/lib/cmd/install.sh @@ -49,6 +49,7 @@ cmd_install_main() profile='proteanos' fi profile_set "${profile}" + suite="$(profile_normalize_suite "${suite}")" if [ "x${cmd_install_opt_a+set}" = 'xset' ]; then arch="${cmd_install_opt_a}" -- cgit v0.9.1