From 69222ca9a6e28d6c89ffdd80c1ed43a3328d77d0 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 29 Jul 2020 12:38:58 +0200 Subject: [PATCH] Fix the fsync check snippet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e1737e5..ba897487 100644 --- a/README.md +++ b/README.md @@ -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