mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2025-07-22 12:09:25 +00:00
* bootstrap.conf: Replace \e
with portable \033
This commit is contained in:

committed by
Tim Rühsen

parent
3f5a7cb7ed
commit
e9efc69c7a
@ -169,9 +169,9 @@ clone_wiki() {
|
||||
wiki_status=$?
|
||||
if [ $wiki_status -eq 0 ]
|
||||
then
|
||||
echo "\e[1;32mWiki pages cloned\e[0m"
|
||||
echo "\033[1;32mWiki pages cloned\033[0m"
|
||||
else
|
||||
echo "\e[1;31mUnable to clone wiki but no issues you can continue\e[0m"
|
||||
echo "\033[1;31mUnable to clone wiki but no issues you can continue\033[0m"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user