Debug failing build

This commit is contained in:
Roman Yurchak 2018-09-24 14:04:28 +02:00
parent 3b429e61f3
commit 22e99f12d1
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#!/bin/sh #!/bin/sh
set -x
ls -l /bin/sh
# get the absolute path to the root directory # get the absolute path to the root directory
ROOTDIR="$(cd ${BASH_SOURCE%/*}/../; pwd)"; ROOTDIR="$(cd ${BASH_SOURCE%/*}/../; pwd)";