Merge pull request #2766 from ybc37/fix/typo-build-gnu

Fix typo in `utils/build-gnu.sh`
This commit is contained in:
Sylvestre Ledru
2021-12-12 17:48:47 +01:00
committed by GitHub
+1 -1
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