mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
scripts/git_version: fix script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
20a1612253
commit
70e6533397
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
[ -f "$PKG_BUILD/git.version" ] && PKG_GIT_VERSION=`cat $PKG_BUILD/git.version`
|
[ -f "$PKG_BUILD/VERSION" ] && PKG_GIT_VERSION=`cat $PKG_BUILD/VERSION`
|
||||||
|
|
||||||
echo $PKG_GIT_VERSION
|
echo $PKG_GIT_VERSION
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user