summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-17 15:59:19 (EDT)
committer P. J. McDermott <pjm@nac.net>2014-03-17 15:59:19 (EDT)
commit3b179991275a2ab04fe2c46e2757ee0e8291cf6a (patch)
tree9c7c507a2f456feca5102611c6784feb5fcd8d50
parentbfc722285e0b4c4889c659a46387aa5201a4cfa1 (diff)
bootstrap-prepare.sh: Make a variable local.
-rwxr-xr-xbootstrap-prepare.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh
index c076e38..48bc6d7 100755
--- a/bootstrap-prepare.sh
+++ b/bootstrap-prepare.sh
@@ -186,6 +186,7 @@ get_pkg()
local mirror="${1}"
local filename="${2}"
local sha256sum="${3}"
+ local pkg_ver
[ -d pkg ] || mkdir pkg
cd pkg