1
0
forked from HPR/hpr_generator

Compare commits

..

No commits in common. "hide-mysql2sqlite-not-found-message" and "main" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ function make_hpr_sqlite_db {
return 1
fi
local MYSQL2SQLITE=`which mysql2sqlite 2>/dev/null`
local MYSQL2SQLITE=`which mysql2sqlite`
local BIN_PATH=""
if [ "$MYSQL2SQLITE" = "" ];