diff options
author | 2017-11-03 11:58:45 +0000 | |
---|---|---|
committer | 2017-11-03 12:04:59 +0000 | |
commit | 372c7404d7f730aebb2bf0689b907fef2f1dd02d (patch) | |
tree | 1ec59ebdd782e0d732828f374d0dc1f2bf93fb2e /systems/build_base_machine.sh | |
parent | ecf1ba1c5000718d1f0d90270af33039b488c835 (diff) |
ubuntu_14.04: Cleanup for Ubuntu 14.04
Change-Id: I8367a7f151901c8fa6f1da5c442c9372d8b3cd88
Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
Diffstat (limited to 'systems/build_base_machine.sh')
-rwxr-xr-x | systems/build_base_machine.sh | 2 |
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 |