build-source.sh: ensure that working tree is clean

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
pull/156/head
Stephan Lachnit 4 years ago committed by jackun
parent 73c93f50f2
commit 3a73d8cb30

@ -1,6 +1,6 @@
#!/bin/sh
VERSION=$(git describe --tags)
VERSION=$(git describe --tags --dirty=+)
FILE_PATTERN="--exclude-vcs --exclude-vcs-ignores ."

Loading…
Cancel
Save