mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
Fix typo in utils/build-gnu.sh
This commit is contained in:
parent
5e1685c8dc
commit
e46ace85da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue