update of build system

This commit is contained in:
Marc Wäckerlin
2017-12-21 15:13:20 +00:00
parent 57865a06b6
commit 6c4275aca0
5 changed files with 2708 additions and 4 deletions

View File

@@ -105,6 +105,7 @@ function traperror() {
local linecallfunc="$3"
local command="$4"
local funcstack="$5"
IFS=" "
for e in ${err[@]}; do
if test -n "$e" -a "$e" != "0"; then
error "line $line - command '$command' exited with status: $e (${err[@]})"