more cleancut description of leaving/removing step

This commit is contained in:
George Danchev 2011-07-03 18:37:51 +00:00
parent 188f44b93a
commit d128826ad9
1 changed files with 2 additions and 2 deletions

View File

@ -51,12 +51,12 @@ cleanup() {
cd "${START_DIR_DONT_CHANGE}" || exit 15 cd "${START_DIR_DONT_CHANGE}" || exit 15
chmod +w -R ${GEN_DATA_DIR} chmod +w -R ${GEN_DATA_DIR}
rm -rf ${GEN_DATA_DIR} rm -rf ${GEN_DATA_DIR}
printf "${SELF}: Removed %s\n" ${GEN_DATA_DIR} printf "${SELF}: Removed (self-generated) %s\n" ${GEN_DATA_DIR}
else else
printf "${SELF}: ${GEN_DATA_DIR} does not exist. Nothing to clean.\n" printf "${SELF}: ${GEN_DATA_DIR} does not exist. Nothing to clean.\n"
fi fi
else else
printf "${SELF}: Leaving %s\n" ${GEN_DATA_DIR} printf "${SELF}: Leaving (self-generated) %s\n" ${GEN_DATA_DIR}
fi fi
} }