Skip to content

Commit cb4eb4f

Browse files
committed
[chore](debianize): Generate the right debian version
1 parent effbdfe commit cb4eb4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/build/debianize.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Set up the following variables based on your package
66
PACKAGENAME=shellunity
77
VERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f1)
8+
VERSION=${VERSION##*v}
89
BIN=bin
910
MANUALS="docs/man1"
1011
DESCRIPTION="Framework de testes unitários em Shell Script"

0 commit comments

Comments
 (0)