aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2026-03-01 18:35:16 +0200
committerDylan Araps <dylan.araps@gmail.com>2026-03-01 18:35:16 +0200
commit0dbc6f7a2ab11488363b78d0c325e81867b26457 (patch)
treea17acc4dd8cd287d82132794f504785e358105d0 /bin
parentfe46aade877ab4569a72d580477aa32a55da1bc9 (diff)
embed: maybe fix macOS issue
Diffstat (limited to 'bin')
-rwxr-xr-xbin/embed2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/embed b/bin/embed
index 40dc853..15fdde7 100755
--- a/bin/embed
+++ b/bin/embed
@@ -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"