File: run-local

package info (click to toggle)
wreport 2.14-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,240 kB
  • ctags: 1,425
  • sloc: sh: 11,322; cpp: 9,823; makefile: 242; python: 207
file content (9 lines) | stat: -rwxr-xr-x 239 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/swig
export PATH="$TOP_SRCDIR/tools:$PATH"

exec "$@"