mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Bugfix
This commit is contained in:
@@ -54,7 +54,7 @@ if [[ ! -f $SRC/.ignore_changes ]]; then
|
||||
fi
|
||||
|
||||
# daily beta build contains date in subrevision
|
||||
if [[ $BETA == yes && -n $SUBREVISION ]]; then SUBREVISION="."$(date --date="tomorrow" +"%y%m%d"); fi
|
||||
if [[ $BETA == yes && -z $SUBREVISION ]]; then SUBREVISION="."$(date --date="tomorrow" +"%y%m%d"); fi
|
||||
|
||||
if [[ $BUILD_ALL == yes || $BUILD_ALL == demo ]]; then
|
||||
source $SRC/lib/build-all.sh
|
||||
|
||||
Reference in New Issue
Block a user