File: run-local

package info (click to toggle)
wreport 3.36-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,572 kB
  • sloc: cpp: 18,927; python: 583; sh: 78; makefile: 13
file content (9 lines) | stat: -rwxr-xr-x 303 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/bash

TOP_SRCDIR=$(cd $(dirname $0) && pwd)
export LD_LIBRARY_PATH="$TOP_SRCDIR/wreport:$LD_LIBRARY_PATH"
export WREPORT_TABLES=$TOP_SRCDIR/tables/
export PYTHONPATH=$TOP_SRCDIR/python/.libs:$TOP_SRCDIR/python
export PATH="$TOP_SRCDIR/tools:$PATH"

exec "$TOP_SRCDIR"/libtool --mode=execute "$@"