removed useless redefinition from db_assembler

This commit is contained in:
Yehonal
2016-08-13 14:00:22 +02:00
parent c9610ca0b5
commit a8fc7068d4

View File

@@ -13,7 +13,6 @@ if [ -f "./config.sh" ]; then
source "./config.sh" # should overwrite previous
fi
unamestr=`uname`
if [[ "$unamestr" == 'Darwin' ]]; then
MD5_CMD="md5"
else