Skip to content
Snippets Groups Projects

pv-unruntime: Split LD_PRELOAD on either colons or spaces

Merged Simon McVittie requested to merge wip/ld-preload-spaces into master
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -113,6 +113,7 @@ IFS=":"
for word in $ld_audit; do
options+=("--ld-audit=$word")
done
IFS=": "
for word in $ld_preload; do
options+=("--ld-preload=$word")
done
Loading