Changeset: 4ac7588c78fd for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4ac7588c78fd Modified Files: Branch: Jun2010 Log Message:
merge with Feb2010: making scripts sh (bourne shell) compliant If we ask for /bin/sh as interpreter, we better also ensure that our scripts are indeed sh (bourne shell) compliant, i.e., do not use bash (Bourne-Again SHell) specific syntax. diffs (24 lines): diff -r 97d2fc1aaa6c -r 4ac7588c78fd sql/src/test/mapi/Tests/python_test_monetdb_sql_capabilities.SQL.sh --- a/sql/src/test/mapi/Tests/python_test_monetdb_sql_capabilities.SQL.sh Mon Jun 28 09:41:10 2010 +0200 +++ b/sql/src/test/mapi/Tests/python_test_monetdb_sql_capabilities.SQL.sh Mon Jun 28 12:51:04 2010 +0200 @@ -3,6 +3,7 @@ # must be aligned with the installation directory chosen in # clients/src/python/test/Makefile.ag testpath="`monetdb-clients-config --pkglibdir`/Tests" -export PYTHONPATH=$testpath:$PYTHONPATH +PYTHONPATH=$testpath:$PYTHONPATH +export PYTHONPATH Mlog -x "python $testpath/capabilities_monetdb.py" diff -r 97d2fc1aaa6c -r 4ac7588c78fd sql/src/test/mapi/Tests/python_test_monetdb_sql_dbapi20.SQL.sh --- a/sql/src/test/mapi/Tests/python_test_monetdb_sql_dbapi20.SQL.sh Mon Jun 28 09:41:10 2010 +0200 +++ b/sql/src/test/mapi/Tests/python_test_monetdb_sql_dbapi20.SQL.sh Mon Jun 28 12:51:04 2010 +0200 @@ -3,6 +3,7 @@ # must be aligned with the installation directory chosen in # clients/src/python/test/Makefile.ag testpath="`monetdb-clients-config --pkglibdir`/Tests" -export PYTHONPATH=$testpath:$PYTHONPATH +PYTHONPATH=$testpath:$PYTHONPATH +export PYTHONPATH Mlog -x "python $testpath/dbapi20_monetdb.py" _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list