1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-11 09:04:01 +03:00

bin/build: whoopsie, didn't report the exit status of last command.

This commit is contained in:
Samuel Dionne-Riel 2018-06-17 00:56:14 +00:00
parent a3a4a44704
commit 14fc3b0edd

View File

@ -25,4 +25,5 @@ puts " $ #{cmd.shelljoin}"
system(*cmd)
exit $?.exitstatus
# vim: ft=ruby