summaryrefslogtreecommitdiffhomepage
path: root/subr/ex_rtl_fetch.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-12-04 01:54:17 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-12-04 01:54:17 +0000
commitfce0a96ef52ed9ec090750df113522b44e0b8015 (patch)
tree1a147dcae17191f8e28df91586cccc7ab489f389 /subr/ex_rtl_fetch.subr
parent4cffb9399cb6b9acf64929a07e9e2c9f1b97c929 (diff)
downloadmidipix_build-fce0a96ef52ed9ec090750df113522b44e0b8015.tar.bz2
midipix_build-fce0a96ef52ed9ec090750df113522b44e0b8015.tar.xz
subr/{ex_{pkg_{env,exec},rtl_fetch},pkg_install_pkgconfig}.subr: remove trailing SP/VT.
Diffstat (limited to 'subr/ex_rtl_fetch.subr')
-rw-r--r--subr/ex_rtl_fetch.subr2
1 files changed, 1 insertions, 1 deletions
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#*=}";