~ubuntu-branches/debian/lenny/redland-bindings/lenny

« back to all changes in this revision

Viewing changes to java/run-java

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2007-12-27 22:22:07 UTC
  • mfrom: (0.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20071227222207-hxy4hqsw2oupruq5
Tags: 1.0.7.1-1
* New upstream release
* Add /etc/php5/conf.d/redland.ini file to php5-librdf

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
here=`pwd`
3
 
LD_LIBRARY_PATH=$here/.libs
4
 
DYLD_LIBRARY_PATH=$here/.libs
5
 
export LD_LIBRARY_PATH DYLD_LIBRARY_PATH
6
 
exec $*