Skip to content

Commit 033219e

Browse files
authored
Update vulkan_prebuilt_helpers.sh
1 parent afdc200 commit 033219e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulkan_prebuilt_helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function _install_windows_7z() {
6161
# and delegates accordingly
6262
function install_windows() {
6363
test -d $VULKAN_SDK && test -f vulkan_sdk.exe
64-
if [[ 7z l vulkan_sdk.exe | grep Include/ >/dev/null ]] ; then
64+
if 7z l vulkan_sdk.exe | grep Include/ >/dev/null ; then
6565
_install_windows_7z
6666
else
6767
_install_windows_qt

0 commit comments

Comments
 (0)