mirror of
https://github.com/Fishwaldo/yoctobuilder.git
synced 2025-03-15 11:41:38 +00:00
12 lines
No EOL
236 B
Bash
Executable file
12 lines
No EOL
236 B
Bash
Executable file
#!/bin/bash
|
|
# Copyright (C) 2019-2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
|
|
if [ -e ${HOME}/setup.sh ]; then
|
|
# Buildtools has been installed so enable it
|
|
. ${HOME}/setup.sh || exit 1
|
|
fi
|
|
|
|
exec "/bin/bash" |