Skip to content

Commit

Permalink
Run with swiftshader tool: Fix crash with space
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Dec 27, 2020
1 parent 9833d4f commit c726108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/modules/runprogramswiftshadervk.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@IF %progdir:~0,1%%progdir:~-1%=="" set progdir=%progdir:~1,-1%

:getprogdir
@IF %progdir:~-1%==^\ GOTO doneprog
@IF "%progdir:~-1%"=="\" GOTO doneprog
@set progdir=%progdir:~0,-1%
@GOTO getprogdir

Expand Down

0 comments on commit c726108

Please sign in to comment.