We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effbdfe commit cb4eb4fCopy full SHA for cb4eb4f
infra/build/debianize.sh
@@ -5,6 +5,7 @@
5
# Set up the following variables based on your package
6
PACKAGENAME=shellunity
7
VERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f1)
8
+VERSION=${VERSION##*v}
9
BIN=bin
10
MANUALS="docs/man1"
11
DESCRIPTION="Framework de testes unitários em Shell Script"
0 commit comments