Skip to content

Commit f8a4078

Browse files
committed
v10.2-commit
1 parent f829c7e commit f8a4078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/grab_library

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ f_g4c() { # remarking rpz.* files
243243

244244
if ! grep -q "/libs/${_foo}" "$1"; then
245245
_sed -i "/${_gen}/a; ${_ori}\/libs\/${_foo}" "$1"; else
246-
if [[ "$(grep https "$1" | cut -d/ -f6)" != "${_ver}" ]]; then
247-
_sed -i "/https/c; ${_ori}\/libs\/${_foo}" "$1"
246+
if [[ "$(grep "; https" "$1" | cut -d/ -f6)" != "${_ver}" ]]; then
247+
_sed -i "/; https/c; ${_ori}\/libs\/${_foo}" "$1"
248248
fi
249249
fi
250250
}

0 commit comments

Comments
 (0)