X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fvserver.functions;h=6d254583f397cc3402a27efcc5803185f9755596;hb=8ff772174901fd259e5b96b4e13d0f18acb37c78;hp=260bd6e474637fca92969f25c1d3da00b3056122;hpb=69c048e18d1630eea2d5c55f7c5acbdcacba846e;p=util-vserver.git diff --git a/scripts/vserver.functions b/scripts/vserver.functions index 260bd6e..6d25458 100644 --- a/scripts/vserver.functions +++ b/scripts/vserver.functions @@ -1199,7 +1199,7 @@ function _namespaceCleanup # these are things that have to be accessible post-cleanup for tmp in "$root" "$__SBINDIR" "$__PKGLIBDIR" "$vdir" \ - "$__PKGSTATEDIR" "`pwd`" "${skip[@]}"; do + "$__PKGSTATEDIR" "${skip[@]}"; do while test -n "$tmp"; do list=( "${list[@]}" "$tmp" ) tmp="${tmp%/*}"