diff options
Diffstat (limited to 'examples/redis-unstable/deps/jemalloc/bin/jemalloc.sh.in')
| -rw-r--r-- | examples/redis-unstable/deps/jemalloc/bin/jemalloc.sh.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/redis-unstable/deps/jemalloc/bin/jemalloc.sh.in b/examples/redis-unstable/deps/jemalloc/bin/jemalloc.sh.in new file mode 100644 index 0000000..cdf3673 --- /dev/null +++ b/examples/redis-unstable/deps/jemalloc/bin/jemalloc.sh.in | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | prefix=@prefix@ | ||
| 4 | exec_prefix=@exec_prefix@ | ||
| 5 | libdir=@libdir@ | ||
| 6 | |||
| 7 | @LD_PRELOAD_VAR@=${libdir}/libjemalloc.@SOREV@ | ||
| 8 | export @LD_PRELOAD_VAR@ | ||
| 9 | exec "$@" | ||
