From eeabfd00fa979c7e8f3b50f37812ef96f5dea27d Mon Sep 17 00:00:00 2001 From: eronkeo Date: Thu, 23 May 2019 15:50:42 +0000 Subject: Fixing typo in download-pip.sh script Change-Id: I1216cb0fc2f47f29ef7f3880a03f4e6a3dfd3ec4 Issue-ID: OOM-1879 Signed-off-by: eronkeo (cherry picked from commit 507bda29594ce40ed66830183ec5647f39031299) --- build/creating_data/download-pip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit 1.2.3-korg