diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-17 19:45:46 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-17 19:45:46 (EDT) |
commit | b6cb0ece3912448586a2b6df8b3a7b2f5fb18583 (patch) | |
tree | e54aee34f72906d728701f73f73127c699bccf99 | |
parent | 99c72158a504f1a016410fbd4ccf739369459d23 (diff) |
install: Normalize suite
-rw-r--r-- | lib/cmd/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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}" |