Commit 1fc60f5f by Riccardo Vicedomini

fixed print of error if hhblits database directory cannot be found

parent 1df7b991
......@@ -150,7 +150,7 @@ else
for db in "${DBNAMES[@]}"; do
db_dir=$(dirname "$db")
if [ ! -d "${db_dir}" ]; then
print_error "hh-suite database path \"${dbn_dir}\" cannot be found"
print_error "hh-suite database path \"${db_dir}\" cannot be found"
exit 1
fi
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment