From b7219e940723104e1139edb62b53df36e3b2fa7a Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Mon, 3 Nov 2014 11:26:49 +0000 Subject: [PATCH] update_check.sh: fix globals --- common/xbps-src/shutils/update_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xbps-src/shutils/update_check.sh b/common/xbps-src/shutils/update_check.sh index ddb4290004..8bde699601 100644 --- a/common/xbps-src/shutils/update_check.sh +++ b/common/xbps-src/shutils/update_check.sh @@ -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!"