Update of /cvsroot/monetdb/pathfinder/src/sqlhelpers/db2tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6168

Modified Files:
      Tag: XQuery_0-22
        pfcreatetables.sh pfloadtables.sh 
Log Message:


Bugfix: The create- and load-script are only compatible with bash


Index: pfcreatetables.sh
===================================================================
RCS file: 
/cvsroot/monetdb/pathfinder/src/sqlhelpers/db2tools/pfcreatetables.sh,v
retrieving revision 1.3
retrieving revision 1.3.6.1
diff -u -d -r1.3 -r1.3.6.1
--- pfcreatetables.sh   11 Jan 2008 14:38:33 -0000      1.3
+++ pfcreatetables.sh   7 Feb 2008 17:18:54 -0000       1.3.6.1
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 THIS=${0}
 THISDIR=${0%/*}

Index: pfloadtables.sh
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/src/sqlhelpers/db2tools/pfloadtables.sh,v
retrieving revision 1.3
retrieving revision 1.3.6.1
diff -u -d -r1.3 -r1.3.6.1
--- pfloadtables.sh     11 Jan 2008 14:38:33 -0000      1.3
+++ pfloadtables.sh     7 Feb 2008 17:18:55 -0000       1.3.6.1
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 THIS=${0}
 THISDIR=${0%/*}


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to