mirror of
https://github.com/uutils/coreutils.git
synced 2025-08-19 10:10:48 +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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue