Made source variables explicitly local

Former-commit-id: 0f7810121a1d7a905b10b208d0f31df2480207e8
Former-commit-id: 820c9bfcc79dadb363a1c62e615854a294b64a3a
This commit is contained in:
2023-03-27 23:08:55 -04:00
parent 924d066676
commit 1e0aa8aa39
+2 -2
View File
@@ -28,7 +28,7 @@ _create_generic() {
} &&
_create_pkgbuild() {
source='https://github.com/rwinkhart/sshyp/releases/download/v$pkgver/sshyp-$pkgver.tar.xz'
local source='https://github.com/rwinkhart/sshyp/releases/download/v$pkgver/sshyp-$pkgver.tar.xz'
printf '\ngenerating PKGBUILD...\n'
printf "# Maintainer: Randall Winkhart <idgr at tutanota dot com>
pkgname=sshyp
@@ -51,7 +51,7 @@ package() {
} &&
_create_apkbuild() {
source='https://github.com/rwinkhart/sshyp/releases/download/v$pkgver/sshyp-$pkgver.tar.xz'
local source='https://github.com/rwinkhart/sshyp/releases/download/v$pkgver/sshyp-$pkgver.tar.xz'
printf '\ngenerating APKBUILD...\n'
printf "# Maintainer: Randall Winkhart <idgr@tutanota.com>
pkgname=sshyp