Skip to content
Snippets Groups Projects
Commit e01c8bfd authored by Simon McVittie's avatar Simon McVittie
Browse files

wrap: Improve quoting

parent 58d4a344
No related branches found
No related tags found
No related merge requests found
......@@ -526,7 +526,7 @@ if [ -n "$runtime" ]; then
for t in "${multiarch_tuples[@]}"; do
# This has the side-effect of testing whether we can run
# binaries for this architecture
if ldso="$($here/${t}-capsule-capture-libs --print-ld.so)"; then
if ldso="$("$here/${t}-capsule-capture-libs" --print-ld.so)"; then
dri_path="${dri_path:+"$dri_path:"}/overrides/lib/$t/dri"
mkdir -p "$tmpdir/overrides/lib/$t"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment