From 8606b7e2e55960836623ed2ec2bbec8a0ba3cc7a Mon Sep 17 00:00:00 2001 From: hasufell Date: Fri, 14 Aug 2015 20:53:03 +0200 Subject: [PATCH] Improve verbosity --- etc/paludis/hooks/set_portdir.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/paludis/hooks/set_portdir.bash b/etc/paludis/hooks/set_portdir.bash index 9ee3b08..a87e2ab 100644 --- a/etc/paludis/hooks/set_portdir.bash +++ b/etc/paludis/hooks/set_portdir.bash @@ -8,5 +8,5 @@ PORTDIR="${PORTDIR#location=}" if [[ -z ${PORTDIR} || "$(dirname ${PORTDIR})" == "/" ]] ; then die "PORTDIR empty or pointing to root!" elif [[ ! -e ${PORTDIR} ]] ; then - die "PORTDIR does not exist!" + die "${PORTDIR} does not exist!" fi