More debug.

master
Luka Vandervelden 2019-08-13 15:08:48 +02:00
parent 856d744d91
commit 1ab90c25ec
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class Package::Instructions
def run(context : Context, recipe : Recipe) : BuildStatus
if size > 0
each do |command|
child = context.run recipe.building_directory, "sh", ["-c", command]
child = context.run recipe.building_directory, "sh", ["-x", "-c", command]
if child.exit_status != 0
return BuildStatus::Failed