mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-30 12:43:41 +01:00
buildme, fixed unbound variable
This commit is contained in:
parent
d31580fd35
commit
3918386e03
3
buildme
3
buildme
@ -150,7 +150,8 @@ if [[ -x "${DIR_TOOLS}"/Scripts/build.sh ]]; then
|
|||||||
echo "Running custom build script"
|
echo "Running custom build script"
|
||||||
"${DIR_TOOLS}"/Scripts/build.sh "${CLOVERROOT}" $MYTOOLCHAIN
|
"${DIR_TOOLS}"/Scripts/build.sh "${CLOVERROOT}" $MYTOOLCHAIN
|
||||||
else
|
else
|
||||||
if [[ "${1}" == HFSPlus ]]; then
|
local parameter=${1:-none}
|
||||||
|
if [[ "${parameter}" == HFSPlus ]]; then
|
||||||
./ebuild.sh -fr -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED -D USE_APPLE_HFSPLUS_DRIVER -t $MYTOOLCHAIN
|
./ebuild.sh -fr -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED -D USE_APPLE_HFSPLUS_DRIVER -t $MYTOOLCHAIN
|
||||||
./ebuild.sh -fr -D NO_GRUB_DRIVERS_EMBEDDED -D USE_APPLE_HFSPLUS_DRIVER -t $MYTOOLCHAIN
|
./ebuild.sh -fr -D NO_GRUB_DRIVERS_EMBEDDED -D USE_APPLE_HFSPLUS_DRIVER -t $MYTOOLCHAIN
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user