From 4eb8ca6f770f4e9e7e215af1dcd274a7367c7f9e Mon Sep 17 00:00:00 2001 From: Charadon Date: Sun, 2 Oct 2022 15:11:20 -0400 Subject: dscip: Prefixed the echo's announcing which script is running with [dscip] --- dscip | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dscip b/dscip index 6a03785..f009fd4 100755 --- a/dscip +++ b/dscip @@ -112,16 +112,16 @@ build () { # Begin running the build scripts. { cd "$WORKING_DIRECTORY/wrkdir"; - echo "Running pre-build commands..."; + echo "[dscip] Running pre-build commands..."; "$DSCIP_PRE_CMD"; - echo "Running build commands..."; + echo "[dscip] Running build commands..."; cd "$WORKING_DIRECTORY/wrkdir"; if "$DSCIP_BUILD_CMD"; then - echo "Running post-build commands..."; + echo "[dscip] Running post-build commands..."; cd "$WORKING_DIRECTORY/wrkdir"; "$DSCIP_POST_CMD"; else - echo "Build failed. Running failure commands..."; + echo "[dscip] Build failed. Running failure commands..."; "$DSCIP_FAILED_CMD"; fi } >> "$DSCIP_OUTPUT_TO" 2>&1 -- cgit 1.4.1-2-gfad0