mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
fix add_project_versioning_to_ffmpeg
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user