Skip to content

Commit 325e35e

Browse files
committed
Work on build-tarball.
1 parent aadc5ca commit 325e35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ package="$1"
2424
set -e
2525

2626
# Fetch sources (uses package 'git').
27-
git clone --depth 1 https://git.savannah.gnu.org/git/"$package".git
27+
git clone --depth 1 https://https.git.savannah.gnu.org/git/"$package".git
2828
git clone --depth 1 "${gnulib_url}"
2929
export GNULIB_SRCDIR=`pwd`/gnulib
3030

0 commit comments

Comments
 (0)