We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e79f8 commit 4cbea37Copy full SHA for 4cbea37
pyproject.toml
@@ -3,7 +3,7 @@ before-all = [
3
"cd third_party/nvxs-1.0.2",
4
"./configure",
5
"make",
6
- "case "$(uname -s)" in Darwin) sudo make install;; *) make install;; esac",
+ "case \"$(uname -s)\" in Darwin) sudo make install;; *) make install;; esac",
7
]
8
9
[tool.yapf]
0 commit comments