Skip to content

Commit

Permalink
ensure existence of EXTRA_BIN
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Dec 11, 2024
1 parent 1c17d55 commit a9a72bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.env
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ ln -sf "$PWD/misc/git/pre-commit" .git/hooks/pre-commit
ln -sf "$PWD/misc/git/commit-msg" .git/hooks/commit-msg
git config core.hooksPath .git/hooks
export EXTRA_BIN=$PWD/test/bin
mkdir -p "$EXTRA_BIN"

0 comments on commit a9a72bc

Please sign in to comment.