Commit 7765b994 authored by Paul Harris's avatar Paul Harris

Adjusted script so it will preload the .so from the script's directory

parent 2582eb91
#!/bin/sh
libnocache="./nocache.so"
NOCACHE_PATH=$(dirname "$0")
libnocache="$NOCACHE_PATH/nocache.so"
if [ -n "$LD_PRELOAD" ]; then
export LD_PRELOAD="$libnocache $LD_PRELOAD"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment