Skip to content
Snippets Groups Projects
Commit 743ac667 authored by Thomas Owen James's avatar Thomas Owen James
Browse files

changed tag to ignore starting character i.e the v in rpmbuild script

parent c6a1ee9f
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ PARAMCACHE="paramcache"
NLINES=1
ASK="1"
TAG=$(git describe --tags)
TAG=${TAG:0:6}
TAG=${TAG:1:5}
if [ -n "$1" ]; then
if [ "$1" = "--batch" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment