Changeset: b7bbf3eec535 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b7bbf3eec535
Modified Files:
        
Branch: default
Log Message:

merge with Jun2010:
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 48b4be11fdf3 -r b7bbf3eec535 
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:44:16 2010 +0200
+++ b/sql/src/test/mapi/Tests/python_test_monetdb_sql_capabilities.SQL.sh       
Mon Jun 28 12:51:59 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 48b4be11fdf3 -r b7bbf3eec535 
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:44:16 2010 +0200
+++ b/sql/src/test/mapi/Tests/python_test_monetdb_sql_dbapi20.SQL.sh    Mon Jun 
28 12:51:59 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

Reply via email to