Improve verbosity
This commit is contained in:
@@ -8,5 +8,5 @@ PORTDIR="${PORTDIR#location=}"
|
|||||||
if [[ -z ${PORTDIR} || "$(dirname ${PORTDIR})" == "/" ]] ; then
|
if [[ -z ${PORTDIR} || "$(dirname ${PORTDIR})" == "/" ]] ; then
|
||||||
die "PORTDIR empty or pointing to root!"
|
die "PORTDIR empty or pointing to root!"
|
||||||
elif [[ ! -e ${PORTDIR} ]] ; then
|
elif [[ ! -e ${PORTDIR} ]] ; then
|
||||||
die "PORTDIR does not exist!"
|
die "${PORTDIR} does not exist!"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user