msys2_install.sh: wrap requirements.txt in quotes (#8424)

This commit is contained in:
Ryan 2020-03-16 04:15:42 +11:00 committed by GitHub
parent dc68418660
commit c18b51e68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ else
fi
popd
pip3 install -r ${util_dir}/../requirements.txt
pip3 install -r "${util_dir}/../requirements.txt"
cp -f "$dir/activate_msys2.sh" "$download_dir/"