Changeset: c1739f6015e0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c1739f6015e0 Modified Files: sql/jdbc/tests/Tests/Test_JdbcClient.SQL.sh Branch: Aug2011 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. (transplanted from 64c1088e1a4a259d5aeb79e2ef19402462634dbb) 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
