builder_maybe_host_spawnv: Pass on flags in the host case

Closes: #195
Approved by: alexlarsson
auto
Alexander Larsson 2018-08-07 14:07:15 +02:00 committed by Atomic Bot
parent 12c29dc5ab
commit 00f38fece3
1 changed files with 1 additions and 1 deletions

View File

@ -1781,7 +1781,7 @@ builder_maybe_host_spawnv (GFile *dir,
const gchar * const *argv)
{
if (flatpak_is_in_sandbox ())
return builder_host_spawnv (dir, output, 0, error, argv);
return builder_host_spawnv (dir, output, flags, error, argv);
return flatpak_spawnv (dir, output, flags, error, argv);
}