summaryrefslogtreecommitdiffhomepage
path: root/subr/pkg_fetch.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr/pkg_fetch.subr')
-rw-r--r--subr/pkg_fetch.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr/pkg_fetch.subr b/subr/pkg_fetch.subr
index f2653754..beb76e60 100644
--- a/subr/pkg_fetch.subr
+++ b/subr/pkg_fetch.subr
@@ -49,7 +49,7 @@ pkgp_fetch_git() {
};
pkgp_fetch_urls_git() {
- for _ppfu_url_spec in ${1}; do
+ for _ppfu_url_spec in "${@}"; do
_ppfu_subdir=${_ppfu_url_spec%=*};
_ppfu_url=${_ppfu_url_spec#*=};
_ppfu_url=${_ppfu_url%@*};