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

pressure-vessel-wrap: Print all diagnostics to stderr

parent 8938a4f6
No related branches found
No related tags found
No related merge requests found
......@@ -777,7 +777,7 @@ fi
if [ -n "$verbose" ]; then
echo "$BWRAP options:">&2
for x in "${bwrap_options[@]}"; do
printf '\t%s\n' "$x"
printf '\t%s\n' "$x" >&2
done
echo "$me: '$BWRAP ${bwrap_options[*]} $bwrap_end_of_options ${wrapped_command[*]}'" >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment