Fix missing quote in previous commit

Commit 0e8d164e80,
with subject "Prep: Upgrade kernel 5.10 related packages",
omitted a needed quote.

Partial-Story: 2008921
Task: 42590
Signed-off-by: Scott Little <scott.little@windriver.com>
Change-Id: I0358c44f941f6bf5acdaf01ac80a8b7ab2913f6f
This commit is contained in:
Scott Little 2021-07-14 09:56:14 -04:00
parent 98b0a57fbf
commit 85ea1608ed
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ for line in $(cat $tarball_file); do
continue
fi
elif [[ "$tarball_name" = 'OPAE_1.3.7-5_el7.zip' ]]; then
srpm_path="${directory_name}/source_code/
srpm_path="${directory_name}/source_code/"
wget -q -t 5 --wait=15 -O "$tarball_name" "$tarball_url"
if [ $? -ne 0 ]; then
error_count=$((error_count + 1))