update shell template
This commit is contained in:
		@@ -105,6 +105,7 @@ function traperror() {
 | 
				
			|||||||
    local linecallfunc="$3"
 | 
					    local linecallfunc="$3"
 | 
				
			||||||
    local command="$4"
 | 
					    local command="$4"
 | 
				
			||||||
    local funcstack="$5"
 | 
					    local funcstack="$5"
 | 
				
			||||||
 | 
					    IFS=" "
 | 
				
			||||||
    for e in ${err[@]}; do
 | 
					    for e in ${err[@]}; do
 | 
				
			||||||
        if test -n "$e" -a "$e" != "0"; then
 | 
					        if test -n "$e" -a "$e" != "0"; then
 | 
				
			||||||
            error "line $line - command '$command' exited with status: $e (${err[@]})"
 | 
					            error "line $line - command '$command' exited with status: $e (${err[@]})"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user