diff --git a/defaultenv-2/base/bin/boot b/defaultenv-2/base/bin/boot index 103eb8767..ebbd95170 100644 --- a/defaultenv-2/base/bin/boot +++ b/defaultenv-2/base/bin/boot @@ -45,7 +45,7 @@ fi if [ -n "$scr" ]; then if [ ! -f /env/boot/$scr ]; then - echo -e "/env/boot/$scr does not exist.Valid choices:\n$sources" + echo -e "/env/boot/$scr does not exist. Valid choices:\n$sources" exit fi /env/boot/$scr