Skip to content

Commit

Permalink
Followup to review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferretti committed Sep 15, 2023
1 parent d208c70 commit 487201f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

set -euxo pipefail

: ${DHCPP:=$HOME/dhcpp}
if [ -z "$PROTOC_BIN" ] && [ -z "$DHCPP" ]; then
echo "$0: At least one of the environment variables 'PROTOC_BIN' and 'DHCPP' must be defined, aborting." 1>&2
exit 1
fi

: ${PROTOC_BIN:=$DHCPP/bin}
: ${CPP_PROTO_BUILD_DIR:=build}

Expand Down

0 comments on commit 487201f

Please sign in to comment.