mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Tiny fixes
This commit is contained in:
4
main.sh
4
main.sh
@@ -261,7 +261,7 @@
|
||||
# Some old branches are tagged
|
||||
#if [ "$BRANCH" == "default" ]; then KERNELTAG="$LINUXBRANCH"; fi
|
||||
|
||||
[ $CLEAN_LEVEL == 4 ] && cleaning "$CLEAN_LEVEL"
|
||||
[ "$CLEAN_LEVEL" == "4" ] && cleaning "$CLEAN_LEVEL"
|
||||
|
||||
display_alert "source downloading" "@host" "info"
|
||||
fetch_from_github "$BOOTLOADER" "$BOOTSOURCE" "$BOOTBRANCH" "yes"
|
||||
@@ -289,7 +289,7 @@
|
||||
HEADERS_CACHE="${CHOOSEN_KERNEL/image/cache}"
|
||||
|
||||
# cleaning level 0,1,2,3
|
||||
[ $CLEAN_LEVEL != 4 ] && cleaning "$CLEAN_LEVEL"
|
||||
[ "$CLEAN_LEVEL" != "4" ] && cleaning "$CLEAN_LEVEL"
|
||||
|
||||
# patching sources
|
||||
patching_sources
|
||||
|
||||
Reference in New Issue
Block a user