Skip to content

Commit

Permalink
[macos] Increase clone depth
Browse files Browse the repository at this point in the history
  • Loading branch information
ileanadumitrescu95 committed Oct 2, 2024
1 parent e7dd1d2 commit 372c39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-dev-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set -e
# libtoolize.at: "14: verbatim aclocal.m4 w/o AC_CONFIG_MACRO_DIRS"
# fails.
git clone --depth 2 -b "$branch" https://git.savannah.gnu.org/git/"$package".git
git clone --depth 1 https://git.savannah.gnu.org/git/gnulib.git
git clone --depth 5 https://git.savannah.gnu.org/git/gnulib.git

(cd gnulib && git checkout 035e164bb016481ffe5e9f6b8be189bcdc41b0dd)

Expand Down

0 comments on commit 372c39f

Please sign in to comment.