Skip to content

Commit 37d2ce0

Browse files
committed
show build failed error first
1 parent aca1d36 commit 37d2ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RUNME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ read_opts "$@"
195195
run build/build.sh $LOG
196196

197197
if [ $? -ne 0 ]; then
198+
log_err "Build failed."
198199
log_info "Gathering tech support info to $LOG"
199200
tech_support >> $LOG
200-
log_err "Build failed."
201201
log_err "Could you send $LOG to $MAINTAINER?"
202202
log_err "Or file an issue at https://github.com/goblinhack/zorbash"
203203
exit 1

0 commit comments

Comments
 (0)