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

pressure-vessel-wrap: Make a diagnostic more obviously correct

parent 8379b61a
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ else
fi
if [ -z "$BWRAP" ] || ! "$BWRAP" --bind / / true; then
echo "$me: cannot find bwrap or it doesn't work, falling back to executing '$*' directly" >&2
echo "$me: cannot find bwrap or it doesn't work, falling back to executing '${wrapped_command[*]}' directly" >&2
if [ -n "$ld_preload" ]; then
export LD_PRELOAD="$ld_preload"
......
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