Skip to content

Commit

Permalink
./do_freebsd.sh: make pipefail return the correct results
Browse files Browse the repository at this point in the history
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
  • Loading branch information
wjwithagen committed Oct 16, 2016
1 parent ea708e7 commit 117b99e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions do_freebsd.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh -xve
set -o pipefail

NPROC=`sysctl -n hw.ncpu`

if [ x"$1"x = x"--deps"x ]; then
Expand Down

0 comments on commit 117b99e

Please sign in to comment.