From d1260c2f48c2ce2e2a3d39c580da75928cfb42b5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 7 Jul 2009 19:36:49 +0200 Subject: pkg: Updated "No PKG_ROOT" error message --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/pkg') diff --git a/bin/pkg b/bin/pkg index 44a88f1..f735d77 100755 --- a/bin/pkg +++ b/bin/pkg @@ -75,7 +75,7 @@ while [[ $1 == --* ]] { action=$1 shift -[[ -n $PKG_ROOT ]] || die "No PKG_ROOT specified. Please edit ~/.pkg.conf\n" +[[ -n $PKG_ROOT ]] || die "No PKG_ROOT specified. Please edit your pkg.conf\n" : ${PKG_DIR:="$HOME/packages"} : ${CL_OPTIONS:=--quiet} : ${SILENT=0} -- cgit v1.2.3