summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbumpVersion4
1 files changed, 2 insertions, 2 deletions
diff --git a/bumpVersion b/bumpVersion
index 039ad19b4..39ffa8425 100755
--- a/bumpVersion
+++ b/bumpVersion
@@ -117,6 +117,8 @@ if [ -z "${remVer}" ]; then
exit 0
fi
+cd "${paket}"
+
exec 9> "build.lock"
printf 'getting lock for bumpVersion %s\n' "$(pwd)"
flock 9
@@ -128,8 +130,6 @@ printf 'got lock for bumpVersion %s\n' "$(pwd)"
auto_summen=true
-cd "${paket}"
-
if [ "${paket}" = 'local-certificates' ]; then
sums=$(
curl -Ss 'https://eckner.net/certs/sha512sums'