From: Uwe Köcher Date: Thu, 2 Oct 2014 13:21:04 +0000 (+0200) Subject: candi.sh: aligned PATH output a little X-Git-Tag: v0.4~49 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1064922301e7540e6ec856121747af1b84cbf70f;p=candi.git candi.sh: aligned PATH output a little --- diff --git a/candi.sh b/candi.sh index 74e231a..91436cf 100755 --- a/candi.sh +++ b/candi.sh @@ -458,8 +458,8 @@ if [ $# -eq 0 ]; then awk '/^##/ {exit} {$1=""; print}' <${PLATFORM} echo echo "Downloading files to: $(prettify_dir ${DOWNLOAD_PATH})" - echo "Unpacking files to: $(prettify_dir ${UNPACK_PATH})" - echo "Building projects in: $(prettify_dir ${BUILD_PATH})" + echo "Unpacking files to: $(prettify_dir ${UNPACK_PATH})" + echo "Building projects in: $(prettify_dir ${BUILD_PATH})" echo "Installing projects in: $(prettify_dir ${INSTALL_PATH})" echo if [ ${STABLE_BUILD} = true ]; then