From 55ec140fccefa1adc34195580cc5fcabe51d5b41 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 12 Feb 2017 15:47:54 +0100 Subject: [PATCH] Improve output for current configuration --- install-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-profile b/install-profile index 5c8bd26..833d9d9 100644 --- a/install-profile +++ b/install-profile @@ -29,6 +29,6 @@ shift "${BASE_DIR}/${META_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" -c "${META_DIR}/${BASE_CONFIG}${CONFIG_SUFFIX}" for config in ${CONFIGS} ${@}; do - echo $config + echo -e "\nConfigure $config" "${BASE_DIR}/${META_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" -c "${META_DIR}/${CONFIG_DIR}/${config}${CONFIG_SUFFIX}" done