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

wrap-interactive: Print exit status before "Enter to continue" prompt

parent 81d6bda9
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ pv_bwrap_wrap_interactive (FlatpakBwrap *wrapped_command,
"e=0\n"
"\"$@\" || e=$?\n"
"echo\n"
"echo \"$prgname: command exit status $e\"\n"
"echo \"Press Enter or ^D to continue...\"\n"
"read reply || true\n"
"exit \"$e\"\n";
......
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