highlight removing of self-generated data

This commit is contained in:
George Danchev 2011-07-09 17:19:42 +00:00
parent f79f3db3db
commit 697b3c227d
1 changed files with 2 additions and 0 deletions

View File

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