mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Fix typo in utils/build-gnu.sh
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user