Skip to content

Commit

Permalink
Print error message when mkpkg fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingshen Sun committed Jan 16, 2018
1 parent 14999de commit 4b8cac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkpkg
Expand Up @@ -7,6 +7,7 @@
# For a copy, see the LICENSE file.

set -e
trap 'echo "[-] ERROR: $BASH_SOURCE:$LINENO $BASH_COMMAND" >&2' ERR

export MAKEFLAGS=-j$(nproc)

Expand Down

0 comments on commit 4b8cac2

Please sign in to comment.