Correct path for scope version command

This commit is contained in:
David Kaltschmidt
2015-12-15 12:07:47 +01:00
parent ec15f7fc21
commit 271bcbde19

View File

@@ -99,7 +99,7 @@ build() {
fi
## Run tests with the distributables, including version check
v=$(./app/scope-app -version | grep -o '[0-9].*')
v=$(./prog/scope version | grep -o '[0-9].*')
if ! [ "$v" == "$VERSION" ]; then
echo "Version of distributable "$v" does not match release version $VERSION" >&2
exit 1