mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 21:47:46 +00:00
split: double quotes
This commit is contained in:
parent
70dd8eb8dc
commit
eac08f72c2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ if test ! -d "${path_GNU}"; then
|
|||
echo "After downloading GNU coreutils to \"${path_GNU}\" run the following commands to cheout latest release tag"
|
||||
echo "cd \"${path_GNU}\""
|
||||
echo "git fetch --all --tags"
|
||||
echo "git checkout tags/\"${release_tag_GNU}\""
|
||||
echo "git checkout tags/${release_tag_GNU}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue