Blob Blame History Raw
#
# set -o errexit -o noglob are assumed.
#

pkg_fetch_git() {
	if [ -n "${PKG_URLS_GIT}" ]; then
		ex_rtl_fetch_urls_git "${PKG_BASE_DIR}" ${PKG_URLS_GIT};
	fi;
};

# vim:filetype=sh