diff options
Diffstat (limited to 'run/tools/dcpdiff')
| -rwxr-xr-x | run/tools/dcpdiff | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run/tools/dcpdiff b/run/tools/dcpdiff index 0d8c8d30..0d735c69 100755 --- a/run/tools/dcpdiff +++ b/run/tools/dcpdiff @@ -1,5 +1,8 @@ #!/bin/bash +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +cd $DIR/../.. + export LD_LIBRARY_PATH=build/src:build/asdcplib/src:$LD_LIBRARY_PATH if [ "$1" == "--debug" ]; then shift |
