File: run_wb.sh

package info (click to toggle)
svn-workbench 1.5.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,400 kB
  • ctags: 1,585
  • sloc: python: 12,163; sh: 74; makefile: 46; ansic: 9
file content (12 lines) | stat: -rwxr-xr-x 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
export PYSVN_WORKBENCH_STDOUT_LOG=$(tty)
if [ "$PYTHONPATH" = "" ]
then
	export PYTHONPATH=${WORKDIR}/Source
else
	export PYTHONPATH=${WORKDIR}/Source:$PYTHONPATH
fi

export LD_LIBRARY_PATH=${SVNCPP_LIB}
export DYLD_LIBRARY_PATH=${SVNCPP_LIB}
pythonw$1 wb_main.py $*