1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:40:04 +08:00

Merge pull request #1677 from wsdjeg/windows

Fix install script
This commit is contained in:
Wang Shidong 2018-05-01 14:47:13 +08:00 committed by GitHub
commit c01ee8c6e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ warn () {
# echo_with_color {{{
echo_with_color () {
printf '%b\n' "$1$2" >&2
printf '%b\n' "$1$2$Color_off" >&2
}
# }}}

View File

@ -124,7 +124,7 @@ warn () {
# echo_with_color {{{
echo_with_color () {
printf '%b\n' "$1$2" >&2
printf '%b\n' "$1$2$Color_off" >&2
}
# }}}