Skip to content

Commit

Permalink
fix: Fail rchk script on failure of subcommand (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Nov 23, 2024
1 parent e91cb7b commit eee4255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builder/rchk.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#! /usr/bin/env bash

set -e

MAKEVARS=`mktemp`
cat >$MAKEVARS <<EOF
CPICFLAGS=-fPIC
Expand Down

0 comments on commit eee4255

Please sign in to comment.