1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

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
commit 3df989eacf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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