Skip to content

Commit

Permalink
default BUILD_DIR to where it has been for years.
Browse files Browse the repository at this point in the history
  • Loading branch information
bolsinga committed Feb 3, 2024
1 parent 3cbfcaf commit 4941e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/git_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PROG_HOME=`dirname "$PRG"`
PROG_HOME=`cd "$PROG_HOME" && pwd`

if [ -z "$BUILD_DIR" ] ; then
BUILD_DIR=/tmp/git-build/$$/
BUILD_DIR=$HOME/Documents/code/BUILDS
fi

pushd $SRC_DIR
Expand Down

0 comments on commit 4941e5c

Please sign in to comment.