Skip to content
Snippets Groups Projects
Commit 40923d1d authored by Konstantin Pavlov's avatar Konstantin Pavlov
Browse files

update.sh: be a bit more BSD-friendly.

parent 6e580a6f
Branches
Tags
No related merge requests found
......@@ -150,7 +150,7 @@ for branch in "${branches[@]}"; do
packages=$(get_packages "$variant" "$branch")
packagever=$(get_packagever "$variant" "$branch")
sed -i \
sed -i.bak \
-e 's,%%ALPINE_VERSION%%,'"$alpinever"',' \
-e 's,%%DEBIAN_VERSION%%,'"$debianver"',' \
-e 's,%%NGINX_VERSION%%,'"$nginxver"',' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment