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 521db66 commit 9897597Copy full SHA for 9897597
vulkan_prebuilt_helpers.sh
@@ -22,7 +22,7 @@ function download_vulkan_installer() {
22
local filename=$(_os_filename $os)
23
local url=https://sdk.lunarg.com/sdk/download/$VULKAN_SDK_VERSION/$os/$filename?Human=true
24
echo "_download_os_installer $os $filename $url" >&2
25
- if [[ test -f $filename ]] ; then
+ if [[ -f $filename ]] ; then
26
echo "using cached: $filename"
27
else
28
curl -s -L -o $filename $url
0 commit comments