[Swift-commit] r2668 - provenancedb
    noreply at svn.ci.uchicago.edu 
    noreply at svn.ci.uchicago.edu
       
    Mon Mar  9 11:16:39 CDT 2009
    
    
  
Author: benc
Date: 2009-03-09 11:16:38 -0500 (Mon, 09 Mar 2009)
New Revision: 2668
Modified:
   provenancedb/import-run-to-sql
   provenancedb/import-run-to-xml
   provenancedb/prepare-for-import
Log:
assume provenance executables are on path, and do not assume they are in pwd
Modified: provenancedb/import-run-to-sql
===================================================================
--- provenancedb/import-run-to-sql	2009-03-09 16:06:24 UTC (rev 2667)
+++ provenancedb/import-run-to-sql	2009-03-09 16:16:38 UTC (rev 2668)
@@ -9,5 +9,5 @@
 # with kickstart records expected to be in the same directory as the
 # log file.
 
-./prov-to-sql.sh $1
+prov-to-sql.sh $1
 
Modified: provenancedb/import-run-to-xml
===================================================================
--- provenancedb/import-run-to-xml	2009-03-09 16:06:24 UTC (rev 2667)
+++ provenancedb/import-run-to-xml	2009-03-09 16:16:38 UTC (rev 2668)
@@ -11,7 +11,7 @@
 
 export TF=`pwd`/provenance-$(basename $1).xml
 
-./prov-to-xml.sh $1 > $TF
+prov-to-xml.sh $1 > $TF
 
 # ~/work/eXist/bin/client.sh -m /db/prov -p $TF  -ouri=xmldb:exist://
 
Modified: provenancedb/prepare-for-import
===================================================================
--- provenancedb/prepare-for-import	2009-03-09 16:06:24 UTC (rev 2667)
+++ provenancedb/prepare-for-import	2009-03-09 16:16:38 UTC (rev 2668)
@@ -8,5 +8,5 @@
 make LOG=$1 clean execute.global.event execute2.event workflow.event
 popd
 
-./prepare-provenance-chart $1
+prepare-provenance-chart $1
 
    
    
More information about the Swift-commit
mailing list