Skip to content

Commit c534eaf

Browse files
committed
chore: build scripts use sed -E for cross-OS compatibility
1 parent 8e3d8bc commit c534eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/help-defaults.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sed -n -E "/${begin}/,/${end}/{ /${begin}/d; /${end}/d; p; }" lua/nvim-tree/conf
2727
sed -E "s/^ / /" /tmp/config.default.2.lua > /tmp/config.default.6.lua
2828

2929
# inject then remove the placeholder
30-
sed -i -E "/${inject}/r /tmp/DEFAULT_OPTS.6.lua" "${WIP}"
30+
sed -i -E "/${inject}/r /tmp/config.default.6.lua" "${WIP}"
3131
sed -i -E "/${inject}/d" "${WIP}"
3232

3333
#

0 commit comments

Comments
 (0)