mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
update_check.sh: fix globals
This commit is contained in:
parent
57c3ff05ee
commit
b7219e9407
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# vim: set ts=4 sw=4 et:
|
||||
|
||||
update_check() {
|
||||
local i p url rx found_version consider
|
||||
local i p url sfname lpname githubname rx found_version consider
|
||||
|
||||
if ! type curl >/dev/null 2>&1; then
|
||||
echo "ERROR: cannot find \`curl' executable!"
|
||||
|
|
Loading…
Add table
Reference in a new issue