Improve verbosity
This commit is contained in:
parent
fa296d04d5
commit
8606b7e2e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user