mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-05 16:47:14 -04:00
Made source variables explicitly local
Former-commit-id: 0f7810121a1d7a905b10b208d0f31df2480207e8 Former-commit-id: 820c9bfcc79dadb363a1c62e615854a294b64a3a
This commit is contained in:
+2
-2
@@ -28,7 +28,7 @@ _create_generic() {
|
|||||||
} &&
|
} &&
|
||||||
|
|
||||||
_create_pkgbuild() {
|
_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 '\ngenerating PKGBUILD...\n'
|
||||||
printf "# Maintainer: Randall Winkhart <idgr at tutanota dot com>
|
printf "# Maintainer: Randall Winkhart <idgr at tutanota dot com>
|
||||||
pkgname=sshyp
|
pkgname=sshyp
|
||||||
@@ -51,7 +51,7 @@ package() {
|
|||||||
} &&
|
} &&
|
||||||
|
|
||||||
_create_apkbuild() {
|
_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 '\ngenerating APKBUILD...\n'
|
||||||
printf "# Maintainer: Randall Winkhart <idgr@tutanota.com>
|
printf "# Maintainer: Randall Winkhart <idgr@tutanota.com>
|
||||||
pkgname=sshyp
|
pkgname=sshyp
|
||||||
|
|||||||
Reference in New Issue
Block a user