mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] previous patch mistakely remove variable name
This commit is contained in:
parent
235a2ed2b7
commit
e9c87da028
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ ynh_replace_string () {
|
||||||
local delimit=@
|
local delimit=@
|
||||||
local match_string=$1
|
local match_string=$1
|
||||||
local replace_string=$2
|
local replace_string=$2
|
||||||
local workfile=$
|
local workfile=$3
|
||||||
|
|
||||||
# Escape the delimiter if it's in the string.
|
# Escape the delimiter if it's in the string.
|
||||||
match_string=${match_string//${delimit}/"\\${delimit}"}
|
match_string=${match_string//${delimit}/"\\${delimit}"}
|
||||||
|
|
Loading…
Add table
Reference in a new issue