summaryrefslogtreecommitdiffstats
path: root/build/creating_data
diff options
context:
space:
mode:
authoreronkeo <ronan.keogh@est.tech>2019-05-23 15:50:42 +0000
committereronkeo <ronan.keogh@est.tech>2019-05-23 15:50:42 +0000
commit507bda29594ce40ed66830183ec5647f39031299 (patch)
tree82466d5a77718d0e846ba3ddf37c3d0a9d109933 /build/creating_data
parentb1fe78553ea7d1caf90c1d52e195cd8f2a082008 (diff)
Fixing typo in download-pip.sh script
Change-Id: I1216cb0fc2f47f29ef7f3880a03f4e6a3dfd3ec4 Issue-ID: OOM-1879 Signed-off-by: eronkeo <ronan.keogh@est.tech>
Diffstat (limited to 'build/creating_data')
-rwxr-xr-xbuild/creating_data/download-pip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/creating_data/download-pip.sh b/build/creating_data/download-pip.sh
index fd4a4363..7ab4b0c8 100755
--- a/build/creating_data/download-pip.sh
+++ b/build/creating_data/download-pip.sh
@@ -41,7 +41,7 @@ cnt=1
mkdir -p "$outdir"
cd "$outdir"
-for line in $(clean_list "$LIST_FILE)"; do
+for line in $(clean_list "$LIST_FILE"); do
echo "Downloading $cnt / $lines: $line"
pip download $line
cnt=$((cnt+1))