Parent Directory
|
Revision Log
|
Patch
| Revision 435 | Revision 436 | ||
|---|---|---|---|
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | # quick wrapper to run local sandbox with local libsandbox | 2 | # quick wrapper to run local sandbox with local libsandbox |
| 3 | dir=${0%/*} | 3 | dir=${0%/*} |
| 4 | export LD_LIBRARY_PATH=${dir}/../libsandbox/.libs | 4 | export LD_LIBRARY_PATH=${dir}/../libsandbox/.libs:${abs_top_builddir}/libsandbox/.libs |
| 5 | if [ -x "${dir}"/sandbox ] ; then | 5 | if [ -x "${dir}"/sandbox ] ; then |
| 6 | exec "${dir}"/sandbox "$@" | 6 | exec "${dir}"/sandbox "$@" |
| 7 | else | 7 | else |
| 8 | exec sandbox "$@" | 8 | exec sandbox "$@" |
| 9 | fi | 9 | fi |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |