Fix typo in utils/build-gnu.sh

This commit is contained in:
Daniel Schmid 2021-12-12 17:24:49 +01:00
parent 5e1685c8dc
commit e46ace85da

View file

@ -5,7 +5,7 @@
set -e
if test ! -d ../gnu; then
echo "Could not find ../gnu"
echo "git clone https://github.com:coreutils/coreutils.git gnu"
echo "git clone https://github.com/coreutils/coreutils.git gnu"
exit 1
fi
if test ! -d ../gnulib; then