abuild: default_dbg: do not trigger trap with test failure

Resolves alpinelinux/abuild#71
This commit is contained in:
tcely 2019-04-29 20:44:46 -04:00 committed by Natanael Copa
parent ed88353836
commit acf1fa5553
1 changed files with 1 additions and 0 deletions

View File

@ -1695,6 +1695,7 @@ default_dbg() {
mv "$ddbg_dstfile" "$ddbg_dstdir"
${CROSS_COMPILE}strip "$ddbg_srcfile"
[ -n "$XATTR" ] && { echo "$XATTR" | setfattr --restore=-; }
exit 0
)
done
return 0