too much information, clean up

This commit is contained in:
Nico Schottelius 2007-08-17 15:53:23 +02:00
parent e71146dbbf
commit 2918f4a1e5
1 changed files with 1 additions and 3 deletions

View File

@ -89,10 +89,8 @@ while [ $# -gt 0 ]; do
echo "${source_source}" > "${fullname}/source"
# create destination directory
_echo "Creating destination ..."
absbase=$(cd "${destination_base}" 2>/dev/null && pwd -P) || \
_exit_err "${destination_base} should exist before creating sources."
_exit_err "${destination_base} must exist before creating sources."
dest="${absbase}/${source}"
_echo "Creating ${dest} ..."