From c18b51e68e6ee28def492f283c67858e6adf9a95 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 16 Mar 2020 04:15:42 +1100 Subject: [PATCH] msys2_install.sh: wrap requirements.txt in quotes (#8424) --- util/msys2_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/msys2_install.sh b/util/msys2_install.sh index d1e24ca6d..001f55dc4 100755 --- a/util/msys2_install.sh +++ b/util/msys2_install.sh @@ -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/"