Ignore:
Timestamp:
2013-10-16T17:48:59+13:00 (11 years ago)
Author:
davidb
Message:

PATH environment tweaked to help the Fuseki s-xxx scripts be run from Perl under Cygwin. s-put also changed to s-post as the former does not actually append triples, but wipes out all previous triples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/apache-jena/trunk/src/src/gs-triplestore-query

    r28451 r28466  
    88#pushd "$GEXT_JENA_INSTALLED"
    99
     10# The following line helps with runing a she-bang line of:
     11#   '#!/usr/bin/env ruby'
     12# when the current script has been run from Perl under Cygwin
     13#
     14export PATH=/usr/bin:$PATH
     15
    1016s-query --service http://localhost:3030/greenstone/query "$*"
    1117
Note: See TracChangeset for help on using the changeset viewer.