summaryrefslogtreecommitdiffhomepage
path: root/subr/pkg_fetch_clean.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr/pkg_fetch_clean.subr')
-rw-r--r--subr/pkg_fetch_clean.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr/pkg_fetch_clean.subr b/subr/pkg_fetch_clean.subr
index a56196cb..52797068 100644
--- a/subr/pkg_fetch_clean.subr
+++ b/subr/pkg_fetch_clean.subr
@@ -8,7 +8,7 @@ pkg_fetch_clean() {
if [ -n "${PKG_URLS_GIT:-}" ]; then
if [ -n "${PKG_SUBDIR:-}" ]\
&& [ "${PKG_SUBDIR}" != "${PKG_URLS_GIT%%=*}" ]; then
- rtl_fileopm rm "${PKG_SUBDIR}";
+ rtl_fileop rm "${PKG_SUBDIR}";
fi;
for _dname in ${PKG_URLS_GIT}; do
_dname="${_dname%%=*}"; rtl_fileop rm "${_dname}";