Made cleanup message of releng less loud

This commit is contained in:
Thomas Schmitt 2011-08-18 08:45:49 +00:00
parent 75b5ec323e
commit c67f60a9c4
1 changed files with 4 additions and 4 deletions

View File

@ -58,9 +58,9 @@ cleanup() {
# now call the nastiness
chmod -R +w ${GEN_DATA_DIR}
rm -rf ${GEN_DATA_DIR}
boldify
# boldify
printf "${SELF}: Removed (self-generated) %s\n" ${GEN_DATA_DIR}
unboldify
# unboldify
else
printf "FAIL : ${SELF} : Safety check for being in releng_generated_data directory.\n"
printf "FAIL : ${SELF} : GREP returned empty string: ${RET_NON_EMPTY_STRING}.\n"
@ -78,9 +78,9 @@ cleanup() {
printf "${SELF}: ${GEN_DATA_DIR} does not exist. Nothing to clean.\n"
fi
else
boldify
# boldify
printf "${SELF}: Leaving (self-generated) %s\n" ${GEN_DATA_DIR}
unboldify
# unboldify
fi
}