From 2592c25dbeff1cbbcb922529a465561096f8a791 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 9 Mar 2019 21:02:57 -0600 Subject: [PATCH] Export the variable instead of setting it locally. --- fetch-indexes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch-indexes b/fetch-indexes index 9b876d7..c308abe 100755 --- a/fetch-indexes +++ b/fetch-indexes @@ -25,7 +25,7 @@ set -u -RELEASE=$1 +export RELEASE=$1 # Download files in parallel in background, only if there is an update refresh() {