Fix the fsync check snippet

This commit is contained in:
Robbert van der Helm
2020-07-29 12:38:58 +02:00
parent 4dda7d5f8f
commit 69222ca9a6
+1 -1
View File
@@ -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:
```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