From 2918f4a1e5d4822f52f1a8ffa0ed8bbdc30de68e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 17 Aug 2007 15:53:23 +0200 Subject: [PATCH] too much information, clean up --- tools/add_ccollect_source.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/add_ccollect_source.sh b/tools/add_ccollect_source.sh index ec8e40a..f431c7f 100755 --- a/tools/add_ccollect_source.sh +++ b/tools/add_ccollect_source.sh @@ -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} ..."