1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

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 set -e
if test ! -d ../gnu; then if test ! -d ../gnu; then
echo "Could not find ../gnu" 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 exit 1
fi fi
if test ! -d ../gnulib; then if test ! -d ../gnulib; then