mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
scripts/image: clean up debug
This commit is contained in:
committed by
Stephan Raue
parent
f687f32694
commit
e41ce22313
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user