We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdc200 commit 033219eCopy full SHA for 033219e
vulkan_prebuilt_helpers.sh
@@ -61,7 +61,7 @@ function _install_windows_7z() {
61
# and delegates accordingly
62
function install_windows() {
63
test -d $VULKAN_SDK && test -f vulkan_sdk.exe
64
- if [[ 7z l vulkan_sdk.exe | grep Include/ >/dev/null ]] ; then
+ if 7z l vulkan_sdk.exe | grep Include/ >/dev/null ; then
65
_install_windows_7z
66
else
67
_install_windows_qt
0 commit comments