Update of /cvsroot/monetdb/java/scripts
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23567
Modified Files:
mjclient.in
Log Message:
Drop wrong/non-sense comment, drop back to /bin/sh as the script appears not to
use any bashisms, and even appears to be bourne safe
Index: mjclient.in
===================================================================
RCS file: /cvsroot/monetdb/java/scripts/mjclient.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mjclient.in 28 Nov 2007 16:23:58 -0000 1.2
+++ mjclient.in 11 Dec 2007 13:39:38 -0000 1.3
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
# The contents of this file are subject to the MonetDB Public License
# Version 1.1 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
@@ -15,13 +15,6 @@
# Portions created by CWI are Copyright (C) 1997-2007 CWI.
# All Rights Reserved.
-# The JdbcClient program searches the latest Java .jar file and starts
-# the program. Searching is done with the assumption that SQL is
-# installed with the same prefix as MonetDB. If this is not the case,
-# searching will fail.
-# Future versions might inspect a database of eligible servers
-# to direct the interaction to the proper ports.
-
jdbcclient_jar="@datadir@/MonetDB/lib/jdbcclient.jar"
if [ ! -s "$jdbcclient_jar" ] ; then
jdbcclient_jar="@QMONETDB_JAVA_BUILD@/jdbcclient.jar"
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins