summaryrefslogtreecommitdiffhomepage
path: root/subr/pkg_clean.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr/pkg_clean.subr')
-rw-r--r--subr/pkg_clean.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr/pkg_clean.subr b/subr/pkg_clean.subr
index b2bb8eea..8128dfd4 100644
--- a/subr/pkg_clean.subr
+++ b/subr/pkg_clean.subr
@@ -3,7 +3,7 @@
#
pkg_clean() {
- local _dir;
+ local _dir="";
if [ -n "${PKG_DEPS_BASE}" ]; then
return 0;
fi;