mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Replace echo with printf that should be more portable
parent
5fcfc6a10c
commit
fe5b7506b3
@ -31,7 +31,7 @@ First example:
|
||||
```zsh
|
||||
cd /tmp; mkdir c; cd c
|
||||
git init # let coc.nvim know this is a project
|
||||
echo '#include <stddef.h>\nint main() {}' > a.cc
|
||||
printf '#include <stddef.h>\nint main() {}\n' > a.cc
|
||||
nvim a.cc
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user