From 1064922301e7540e6ec856121747af1b84cbf70f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Thu, 2 Oct 2014 15:21:04 +0200 Subject: [PATCH] candi.sh: aligned PATH output a little --- candi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5