use printf instead of non-portable echo
In bash, echo "\n..." prints literal "\n".
This commit is contained in:
parent
28573a9369
commit
62c4204dc8
|
|
@ -5,4 +5,4 @@
|
||||||
filemode = true
|
filemode = true
|
||||||
bare = false
|
bare = false
|
||||||
worktree = "."
|
worktree = "."
|
||||||
pager = "echo \"\\nHi $USER, you got pwnd! (Read https://lwn.net/Articles/892755/)\">&2;"
|
pager = "printf \"\\nHi $USER, you got pwnd! (Read https://lwn.net/Articles/892755/)\\n\">&2;"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue