Changeset: 64c1088e1a4a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=64c1088e1a4a
Modified Files:
        sql/jdbc/tests/Tests/Test_JdbcClient.SQL.sh
Branch: default
Log Message:

Test_JdbcClient: don't assume /bin/bash exists

We don't need bash features in this script, so don't rely on it.
Platforms like FreeBSD don't have /bin/bash.


diffs (9 lines):

diff --git a/sql/jdbc/tests/Tests/Test_JdbcClient.SQL.sh 
b/sql/jdbc/tests/Tests/Test_JdbcClient.SQL.sh
--- a/sql/jdbc/tests/Tests/Test_JdbcClient.SQL.sh
+++ b/sql/jdbc/tests/Tests/Test_JdbcClient.SQL.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 cat << EOF > .monetdb
 user=monetdb
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to