From d25fae052cfa853e367a486f4a1f8dbade41fe52 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 6 Jun 2019 13:49:12 -0400 Subject: [PATCH] Formatted the output a little better --- builddep.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builddep.sh b/builddep.sh index cedc1f25c..6ccf9f9ff 100755 --- a/builddep.sh +++ b/builddep.sh @@ -178,11 +178,11 @@ if [ "$OSNAME" != "AIX" ]; then echo "===> Making sure that the mklocalrepo.sh file contains execute permission ..." ls -ltr ${SCRIPTPATH}/${WORKING_TARGET_DIR}/mklocalrepo.sh if [[ ! -x "${SCRIPTPATH}/${WORKING_TARGET_DIR}/mklocalrepo.sh" ]]; then - echo "==> Adding execute ..." + echo "===> --- found not execute, changing +x ..." chmod +x ${SCRIPTPATH}/${WORKING_TARGET_DIR}/mklocalrepo.sh fi - echo "==> Checking if 'replacelinks' is in the xcat-deps, removing if there ..." + echo "===> Checking if 'replacelinks' is in the xcat-deps, removing if there ..." if [[ -f ${SCRIPTPATH}/${WORKING_TARGET_DIR}/replacelinks ]]; then rm -f ${SCRIPTPATH}/${WORKING_TARGET_DIR}/replacelinks fi