aboutsummaryrefslogtreecommitdiffstats
path: root/systems/build_base_machine.sh
diff options
context:
space:
mode:
Diffstat (limited to 'systems/build_base_machine.sh')
-rwxr-xr-xsystems/build_base_machine.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/build_base_machine.sh b/systems/build_base_machine.sh
index e0c8370d..dab2e761 100755
--- a/systems/build_base_machine.sh
+++ b/systems/build_base_machine.sh
@@ -59,7 +59,7 @@ distro_dir="$OS_NAME/$VERSION_ID"
if [ -d "$distro_dir" ] && [ -e "$distro_dir/build_base_machine.sh" ]; then
$SUDO $distro_dir/build_base_machine.sh || die "$distro_dir/build_base_machine.sh failed"
else
- die "$distro_dir is not yet supported"
+ die "$distro_dir is not supported"
fi
if [ -z ${DOCKER+x} ]; then
if [ ! -d /lib/modules/`uname -r`/build ] ; then