1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 05:57:46 +00:00

split: double quotes

This commit is contained in:
zhitkoff 2023-08-26 13:24:08 -04:00
parent 70dd8eb8dc
commit eac08f72c2

View file

@ -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 "After downloading GNU coreutils to \"${path_GNU}\" run the following commands to cheout latest release tag"
echo "cd \"${path_GNU}\"" echo "cd \"${path_GNU}\""
echo "git fetch --all --tags" echo "git fetch --all --tags"
echo "git checkout tags/\"${release_tag_GNU}\"" echo "git checkout tags/${release_tag_GNU}"
exit 1 exit 1
fi fi