Skip to content

Commit

Permalink
Minor build fixes,
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchcapper committed Dec 19, 2024
1 parent 32918cb commit e7140a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/gnu_patchtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function ourmain() {
git config --global user.name "Your Name"
git_clone --no-checkout --no-recurse-submodules --quiet --use-ref-src https://github.com/coreutils/gnulib.git .
git remote add ours https://github.com/mitchcapper/gnulib
git ours upstream --quiet --all
git fetch ours --quiet --all
git branch -D master
git checkout ours/master --quiet
git branch master -u origin/master
Expand Down
2 changes: 1 addition & 1 deletion helpers_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function git_clone(){
declare -a REF_ARGS=() #global incase we are just doing a gnulib add
if [[ "$USE_REF_SRC_DIR" -eq 1 ]]; then
REF_ARGS=( "--dissociate" "--reference" "${BLD_CONFIG_GNU_LIB_REFERENCE_SOURCE_DIR}" )
if "$USE_REF_SRC_DIR_ON_INITIAL_CLONE" -eq 1 ]]; then
if [[ "$USE_REF_SRC_DIR_ON_INITIAL_CLONE" -eq 1 ]]; then
FINAL_ARR+=("${REF_ARGS[@]}")
fi
fi
Expand Down

0 comments on commit e7140a8

Please sign in to comment.