cwd:/home/jlevon/src/qemu/build
is_compiler_descendant:0
file:/usr/bin/bash
argv:
bash
-o
pipefail
-c
if test "$(cat build.ninja.stamp)" = "/home/jlevon/src/qemu/build/pyvenv/bin/meson" && test -n "/usr/bin/ninja"; then \
  /usr/bin/ninja build.ninja; \
else \
  echo "/home/jlevon/src/qemu/build/pyvenv/bin/meson setup --reconfigure /home/jlevon/src/qemu"; \
  /home/jlevon/src/qemu/build/pyvenv/bin/meson setup --reconfigure /home/jlevon/src/qemu; \
fi && echo "/home/jlevon/src/qemu/build/pyvenv/bin/meson" > build.ninja.stamp
