fix add_project_versioning_to_ffmpeg

This commit is contained in:
2025-08-22 11:51:41 -05:00
parent bd5d5aaec9
commit 21d3167feb
3 changed files with 23 additions and 31 deletions

View File

@@ -162,16 +162,3 @@ line_starts_with() {
is_darwin() {
line_contains "$(print_os)" darwin
}
insert_line() {
local line="$1"
local lineNum="$2"
local file="$3"
ed -s "${file}" <<EOF
${lineNum}i
${line}
.
w
q
EOF
}