1
0
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:
Philip Rebohle 2018-01-26 11:45:50 +01:00 committed by GitHub
commit 59a4e80c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)"