cleanup is now triggered by -c
This commit is contained in:
@ -20,7 +20,7 @@ CC=g++
|
||||
# check data dir
|
||||
if [ -d "${GEN_DATA_DIR}" ]; then
|
||||
printf "\n${SELF}: directory %s exists!" ${GEN_DATA_DIR}
|
||||
printf "\n${SELF}: use '${SELF} -c1' to remove.\n"
|
||||
printf "\n${SELF}: use '${SELF} -c' to remove.\n"
|
||||
exit 5
|
||||
else
|
||||
mkdir "${GEN_DATA_DIR}"
|
||||
|
Reference in New Issue
Block a user