1
0
mirror of https://github.com/elisspace/rtinst.git synced 2026-08-30 16:12:12 +00:00

Update rtgetscripts

This commit is contained in:
arakasi72
2017-06-23 17:01:07 +01:00
committed by GitHub
parent 5b90a7db12
commit 3c8bebdc83

View File

@@ -23,6 +23,7 @@ cd /etc/rtinst
branch=$(basename "$(git symbolic-ref -q HEAD)")
# if branch is empty then it is a tag
if [ -z $branch ]; then
branch=$(git describe --tags --exact-match)
if [ ${branch:0:1} = v ]; then