File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ release_tag_GNU="v9.8"
7575# check if the GNU coreutils has been cloned, if not print instructions
7676# note: the ${path_GNU} might already exist, so we check for the .git directory
7777if test ! -d " ${path_GNU} /.git" ; then
78- echo " Could not find GNU coreutils (expected at '${path_GNU} ')"
79- echo " Run the following to download into the expected path:"
80- echo " git clone --recurse-submodules https://github.com/coreutils/coreutils.git \" ${path_GNU} \" "
81- echo " After downloading GNU coreutils to \" ${path_GNU} \" run the following commands to checkout latest release tag"
82- echo " cd \" ${path_GNU} \" "
83- echo " git fetch --all --tags"
84- echo " git checkout tags/${release_tag_GNU} "
78+ echo " Could not find the GNU coreutils (expected at '${path_GNU} ')"
79+ echo " Download them to the expected path:"
80+ echo " git clone --recurse-submodules https://github.com/coreutils/coreutils.git \" ${path_GNU} \" "
81+ echo " Afterwards, checkout the latest release tag: "
82+ echo " cd \" ${path_GNU} \" "
83+ echo " git fetch --all --tags"
84+ echo " git checkout tags/${release_tag_GNU} "
8585 exit 1
8686fi
8787
You can’t perform that action at this time.
0 commit comments