diff options
author | Evangelos Foutras <evangelos@foutrelis.com> | 2015-11-29 11:57:32 +0200 |
---|---|---|
committer | Evangelos Foutras <evangelos@foutrelis.com> | 2015-11-29 12:01:34 +0200 |
commit | 5a7890f0768810c81e32dcb31627eb41e2ee41fd (patch) | |
tree | dd270b6e848f242d56d3494f4b87d3c33e4bc34c /arch-nspawn.in | |
parent | ba45e06d3e7cb4547bf2de4ccf24aad69a3b31b6 (diff) | |
download | devtools32-5a7890f0768810c81e32dcb31627eb41e2ee41fd.tar.xz |
arch-nspawn: preserve systemd-nspawn's stderr
It is passed down to the container when stdin/stdout is not a tty; this
is the case when archbuild's output is redirected to a pipe or file.
Diffstat (limited to 'arch-nspawn.in')
-rw-r--r-- | arch-nspawn.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-nspawn.in b/arch-nspawn.in index 19f1410..357d950 100644 --- a/arch-nspawn.in +++ b/arch-nspawn.in @@ -96,7 +96,7 @@ copy_hostconf eval $(grep '^CARCH=' "$working_dir/etc/makepkg.conf") -exec ${CARCH:+setarch "$CARCH"} systemd-nspawn 2>/dev/null \ +exec ${CARCH:+setarch "$CARCH"} systemd-nspawn -q \ -D "$working_dir" \ --register=no \ "${mount_args[@]}" \ |