From 8d79501c36b3155098fffd994ed3bb1540a1333f Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 30 Jul 2014 19:17:45 +0300 Subject: [PATCH] scripts/image: clean up debug --- scripts/image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/image b/scripts/image index d4032d3d57..98b39544d2 100755 --- a/scripts/image +++ b/scripts/image @@ -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)