Inform about create

This commit is contained in:
Nico Schottelius 2007-08-07 10:28:59 +02:00
parent e3555ed018
commit 4c2737cb5b
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ if [ -e "${destination}" ]; then
exit 5
fi
else
_echo "Creating ${destination} ..."
mkdir -p "${destination}" || _exit_err "Failed to create ${destination}."
fi