We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadc5ca commit 325e35eCopy full SHA for 325e35e
build-tarball.sh
@@ -24,7 +24,7 @@ package="$1"
24
set -e
25
26
# Fetch sources (uses package 'git').
27
-git clone --depth 1 https://git.savannah.gnu.org/git/"$package".git
+git clone --depth 1 https://https.git.savannah.gnu.org/git/"$package".git
28
git clone --depth 1 "${gnulib_url}"
29
export GNULIB_SRCDIR=`pwd`/gnulib
30
0 commit comments