Inform about create

This commit is contained in:
Nico Schottelius 2007-08-07 10:28:59 +02:00
parent e3555ed018
commit 4c2737cb5b

View file

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