File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242env :
4343 package : diffutils
4444 # URL suitable for 'git clone'
45- # gnulib_url: https://https. git.savannah.gnu.org/git/gnulib.git
45+ # gnulib_url: https://git.savannah.gnu.org/git/gnulib.git
4646 gnulib_url : https://github.com/coreutils/gnulib.git
4747 # URL prefix suitable for downloading individual files through 'wget'
4848 # gnulib_url_prefix: https://gitweb.git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f=
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ package="$1"
2424set -e
2525
2626# Fetch sources (uses package 'git').
27- git clone --depth 1 https://https. git.savannah.gnu.org/git/" $package " .git
27+ git clone --depth 1 https://git.savannah.gnu.org/git/" $package " .git
2828git clone --depth 1 " ${gnulib_url} "
2929export GNULIB_SRCDIR=` pwd` /gnulib
3030
You can’t perform that action at this time.
0 commit comments