unification cont.

This commit is contained in:
George Danchev
2011-07-08 13:05:21 +00:00
parent 7918b6cd24
commit 072ba71c2d
4 changed files with 112 additions and 76 deletions

View File

@ -27,6 +27,7 @@ cleanup() {
# directory before removing whatever self-generated stuff
if [ -d "${GEN_DATA_DIR}" ]; then
cd "${START_DIR_DONT_CHANGE}" || exit 2
chmod +w -R ${GEN_DATA_DIR}
rm -rf ${GEN_DATA_DIR}
printf "${SELF}: Removed (self-generated) %s\n" ${GEN_DATA_DIR}
else