From 9849e5dd3c7f8609a6edd33d5be67ea6ddddf07e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 6 Dec 2011 13:46:41 +0200 Subject: Fix wrong variable name --- test/windows/odb/mingw/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/windows/odb/mingw/build b/test/windows/odb/mingw/build index 4936235..950da9c 100755 --- a/test/windows/odb/mingw/build +++ b/test/windows/odb/mingw/build @@ -35,7 +35,7 @@ PATH="$QTCORE/bin:$ORACLE:$PATH" mysql_options="--with-mysql-host=192.168.0.5 --with-mysql-client=$MYSQL/bin/mysql.exe" sqlite_options="--with-sqlite-db=c:\\projects\\odb\\odb_test.db" pgsql_options="--with-pgsql-host=192.168.0.5 --with-pgsql-client=$PGSQL/bin/psql.exe" -oracle-options="--with-oracle-host=192.168.0.5 --with-oracle-service=xe --with-oracle-client=$ORACLE/sqlplus.exe" +oracle_options="--with-oracle-host=192.168.0.5 --with-oracle-service=xe --with-oracle-client=$ORACLE/sqlplus.exe" test=n rebuild=n -- cgit v1.1