mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/image: clean up debug
This commit is contained in:
parent
f1ea0f7cdd
commit
8d79501c36
@ -30,7 +30,7 @@ $SCRIPTS/build kmod:host
|
||||
|
||||
BUILD_DATE=`date +%Y%m%d%H%M%S`
|
||||
|
||||
if [ "$OPENELEC_VERSION" = devel -o "$OPENELEC_VERSION" = debug ]; then
|
||||
if [ "$OPENELEC_VERSION" = devel ]; then
|
||||
if ! GIT_BUILD=$(git rev-list --count HEAD 2>/dev/null)
|
||||
then
|
||||
GIT_BUILD=$(git rev-list HEAD | wc -l)
|
||||
|
Loading…
x
Reference in New Issue
Block a user