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.
2 parents e575170 + 7a4dbb7 commit 3153489Copy full SHA for 3153489
release.sh
@@ -37,7 +37,7 @@ else
37
LOOP_VERSION_OUTPUT=`./loopd-debug --version`
38
39
# Use a regex to isolate the version string.
40
- LOOP_VERSION_REGEX="version (.+) "
+ LOOP_VERSION_REGEX="version ([^ ]+) "
41
if [[ $LOOP_VERSION_OUTPUT =~ $LOOP_VERSION_REGEX ]]; then
42
# Prepend 'v' to match git tag naming scheme.
43
LOOP_VERSION="v${BASH_REMATCH[1]}"
0 commit comments