summaryrefslogtreecommitdiff
path: root/scripts/build/debug/duma.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/debug/duma.in')
-rw-r--r--scripts/build/debug/duma.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/duma.in b/scripts/build/debug/duma.in
index 90c9013..f69e70b 100644
--- a/scripts/build/debug/duma.in
+++ b/scripts/build/debug/duma.in
@@ -16,7 +16,7 @@ case "$1" in
# We use a suposedly POSIX-compliant shell: /bin/sh
# -> we can't use "${LD_PRELOAD//${LIBDUMA_SO}/}", it's not POSIX
# We don't know if sed will be present on the target
- # -> we can't use $(echo "${LD_PRELOAD}" |sed -r -e "s|${LIBDUMA_SO}||;")
+ # -> we can't use $(echo "${LD_PRELOAD}" |${sed_r} -e "s|${LIBDUMA_SO}||;")
# So, iterate through LD_PRELOAD, and keep only those libs that
# are not "${LIBDUMA_SO}"
old_LD_PRELOAD="${LD_PRELOAD}"