mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-30 22:24:15 +01:00
Merge pull request #34 from Raffarti/script_space_fix
fixed dlls_dir variable in the setup script
This commit is contained in:
commit
59a4e80c5f
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
dlls_dir=@dlldir@
|
||||
dlls_dir='@dlldir@'
|
||||
path_pattern='s|^\s*PATH\s+REG_EXPAND_SZ\s+(.*)\s*$|\1|g'
|
||||
dlls_windir="Z:$(sed 's|/|\\|g'<<<$dlls_dir)"
|
||||
dlls_windir_pattern="$(sed 's|\\|\\\\|g'<<<$dlls_windir)"
|
||||
|
Loading…
Reference in New Issue
Block a user