Enable additional logging in bootstrap mode

This commit is contained in:
Mikolaj Izdebski 2016-02-22 11:31:49 +01:00
parent d852b38c29
commit 977fee7af1
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#! /bin/bash -e
#! /bin/bash
set -e -x
. $(pwd)/tycho-scripts.sh

View File

@ -1,4 +1,5 @@
#! /bin/bash
set -x
. $(pwd)/tycho-scripts.sh