Commit 4967bbcf authored by Vitaly Lipatov's avatar Vitaly Lipatov

spec: replace only first var

parent bb657181
...@@ -78,7 +78,8 @@ get_txtrelease() ...@@ -78,7 +78,8 @@ get_txtrelease()
set_var() set_var()
{ {
subst "s|\($2:\).*\$|\1 $3|" $1 subst "0,/^$2:/s/^\($2:\).*\$/\1 $3/" $1
#subst "s|^\($2:\).*\$|\1 $3|q" $1
} }
# Args: spec, new_release # Args: spec, new_release
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment