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 a483c75 commit 67bc3c1Copy full SHA for 67bc3c1
tools/meson-vcs-tag.sh
@@ -6,7 +6,7 @@ set -o pipefail
6
7
dir="${1:?}"
8
fallback="${2:?}"
9
-version_tag="$3"
+version_tag="${3:-}"
10
11
if [ -n "${version_tag}" ]; then
12
# If -Dversion_tag= was used, just use that without further changes.
0 commit comments