summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-10-08 19:02:41 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-10-08 19:02:41 +0200
commit121306c8b4ee3dee0891b84e2122d49e456bbf16 (patch)
tree9ba7f8fa49a20d3bdce004ece2bb78f49c2109e8
parentdf6c03ef6b8e5ccda7e9c42c99fc4e71bb5a23d5 (diff)
bin/pkg: Oopsie. Now the backwards-compatibility should wark
-rwxr-xr-xbin/pkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pkg b/bin/pkg
index 97b039b..b34993a 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -197,6 +197,7 @@ list_type_local () {
}
list_update_remote () {
+ export PDIR
if [[ $PKG_PROTO = 'ssh' ]] {
ssh $PKG_HOST "$PKG_PATH/core/include/pkglist $PKG_PATH" > .list-remote
if (( newmode == 0 )) {