Skip to content

Commit 71f6a24

Browse files
committed
Remove gunix commands
1 parent 47aca6e commit 71f6a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -Eeuo pipefail
55
shopt -s nullglob
66

7-
cd "$(dirname "$(greadlink -f "$BASH_SOURCE")")"
7+
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
88

99
declare branches=(
1010
"stable"
@@ -184,7 +184,7 @@ for branch in "${branches[@]}"; do
184184
packagever=$(get_packagever "$variant" "$branch")
185185
buildtarget=$(get_buildtarget "$variant")
186186

187-
gsed -i.bak \
187+
sed -i.bak \
188188
-e 's,%%ALPINE_VERSION%%,'"$alpinever"',' \
189189
-e 's,%%DEBIAN_VERSION%%,'"$debianver"',' \
190190
-e 's,%%NGINX_VERSION%%,'"$nginxver"',' \

0 commit comments

Comments
 (0)