mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2025-07-24 10:01:36 +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=$?
|
wiki_status=$?
|
||||||
if [ $wiki_status -eq 0 ]
|
if [ $wiki_status -eq 0 ]
|
||||||
then
|
then
|
||||||
echo "\e[1;32mWiki pages cloned\e[0m"
|
echo "\033[1;32mWiki pages cloned\033[0m"
|
||||||
else
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user