aboutsummaryrefslogtreecommitdiffstats
path: root/systems/build_base_machine.sh
diff options
context:
space:
mode:
authorAaron Smith <aasmith@redhat.com>2017-11-06 15:29:04 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-06 15:29:04 +0000
commit301fb78df67c06021c8996eb77441581d92dbc14 (patch)
tree6e89f9ca8ced3face372b7c0b2b9cdfb40a62574 /systems/build_base_machine.sh
parent981d0b4208c31265344c52ff3ad2913c0284cb9f (diff)
parent372c7404d7f730aebb2bf0689b907fef2f1dd02d (diff)
Merge "ubuntu_14.04: Cleanup for Ubuntu 14.04"
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 cec82ebb..a50baf2d 100755
--- a/systems/build_base_machine.sh
+++ b/systems/build_base_machine.sh
@@ -58,7 +58,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 [ ! -d /lib/modules/`uname -r`/build ] ; then