Skip to content

Commit

Permalink
IGNORE_ERR not needed since 5d5671f
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrewery committed Nov 14, 2018
1 parent 3cb6a2c commit e7307ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/share/poudriere/common.sh
Expand Up @@ -70,9 +70,6 @@ not_for_os() {
}

err() {
if [ -n "${IGNORE_ERR}" ]; then
return 0
fi
trap '' SIGINFO
export CRASHED=1
if [ $# -ne 2 ]; then
Expand Down

0 comments on commit e7307ce

Please sign in to comment.