From fce0a96ef52ed9ec090750df113522b44e0b8015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Mon, 4 Dec 2017 01:54:17 +0000 Subject: subr/{ex_{pkg_{env,exec},rtl_fetch},pkg_install_pkgconfig}.subr: remove trailing SP/VT. --- subr/ex_rtl_fetch.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subr/ex_rtl_fetch.subr') diff --git a/subr/ex_rtl_fetch.subr b/subr/ex_rtl_fetch.subr index 5e76e42d..13d4d848 100644 --- a/subr/ex_rtl_fetch.subr +++ b/subr/ex_rtl_fetch.subr @@ -25,7 +25,7 @@ exp_rtl_fetch_url_git() { ex_rtl_fetch_urls_git() { local _tgtdir _url_spec _subdir _url _git_branch; - _tgtdir="${1}"; shift; + _tgtdir="${1}"; shift; for _url_spec in "${@}"; do _subdir="${_url_spec%=*}"; _url="${_url_spec#*=}"; -- cgit v1.2.3