Improve verbosity

This commit is contained in:
hasufell 2015-08-14 20:53:03 +02:00
parent fa296d04d5
commit 8606b7e2e5
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -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