mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 23:05:41 +00:00
ci: Add ${NL} variable
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# HACK: get newline for use in strings given that "\n" and $'' do not work.
|
||||
NL="$(printf '\nE')"
|
||||
NL="${NL%E}"
|
||||
|
||||
FAILED=0
|
||||
|
||||
FAIL_SUMMARY=""
|
||||
|
||||
Reference in New Issue
Block a user