diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-03-01 18:35:16 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-03-01 18:35:16 +0200 |
| commit | 0dbc6f7a2ab11488363b78d0c325e81867b26457 (patch) | |
| tree | a17acc4dd8cd287d82132794f504785e358105d0 /bin | |
| parent | fe46aade877ab4569a72d580477aa32a55da1bc9 (diff) | |
embed: maybe fix macOS issue
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/embed | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,6 +36,6 @@ s() { while IFS= read -r l; do case $l in [!#]*) s "$l" \" "__EMBED_$$_QUOTE__" \\ "__EMBED_$$_SLASH__" \ "__EMBED_$$_QUOTE__" \\\" "__EMBED_$$_SLASH__" \\\\ - echo "\"$x\\n\"" + printf '"%s\\n"' "$x" esac done < "$1" |