mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Fix the fsync check snippet
This commit is contained in:
@@ -356,7 +356,7 @@ few things you can do to get rid of most or all of these negative side effects:
|
|||||||
this is set correctly:
|
this is set correctly:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
env -i HOME="$HOME" $SHELL -l -c "echo $WINEFSYNC"
|
env -i HOME="$HOME" $SHELL -l -c 'echo $WINEFSYNC'
|
||||||
```
|
```
|
||||||
|
|
||||||
If this prints `1` then everything is set up correctly. You'll have to log out
|
If this prints `1` then everything is set up correctly. You'll have to log out
|
||||||
|
|||||||
Reference in New Issue
Block a user