diff options
| -rwxr-xr-x | bin/pkg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ if ([ -f $HOME/.pkg.conf ]) { . $HOME/.pkg.conf } +export PDIR +export PKG_ROOT + if ([ ! -d $PDIR ]) { die "$PDIR not found!!" } |
![]() |
index : caretaker | |
| Distributed dotfile and script manager | derf |
| summaryrefslogtreecommitdiff |
| -rwxr-xr-x | bin/pkg | 3 |
@@ -38,6 +38,9 @@ if ([ -f $HOME/.pkg.conf ]) { . $HOME/.pkg.conf } +export PDIR +export PKG_ROOT + if ([ ! -d $PDIR ]) { die "$PDIR not found!!" } |