Fixing typo in download-pip.sh script 61/88461/1 casablanca
authoreronkeo <ronan.keogh@est.tech>
Thu, 23 May 2019 15:50:42 +0000 (15:50 +0000)
committerMichal Ptacek <m.ptacek@partner.samsung.com>
Fri, 24 May 2019 12:10:19 +0000 (12:10 +0000)
Change-Id: I1216cb0fc2f47f29ef7f3880a03f4e6a3dfd3ec4
Issue-ID: OOM-1879
Signed-off-by: eronkeo <ronan.keogh@est.tech>
(cherry picked from commit 507bda29594ce40ed66830183ec5647f39031299)

build/creating_data/download-pip.sh

index fd4a436..7ab4b0c 100755 (executable)
@@ -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))