summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/pkg b/bin/pkg
index 6d7573e..f6e0fe5 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -38,6 +38,9 @@ if ([ -f $HOME/.pkg.conf ]) {
. $HOME/.pkg.conf
}
+export PDIR
+export PKG_ROOT
+
if ([ ! -d $PDIR ]) {
die "$PDIR not found!!"
}