Commit 113adf08 authored by Julius Plenz's avatar Julius Plenz

Merge branch 'master' of git://github.com/paulharris/nocache (closes #7)

* 'master' of git://github.com/paulharris/nocache: Adjusted script so it will preload the .so from the script's directory
parents 2582eb91 7765b994
#!/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