[CI-SKIP] Misc script changes (Closes #4346)
testserver - use printf instead of echo, as echo is apparently inconsistent across environments requireDeps - change message slightly, maybe more useful to people?
This commit is contained in:
parent
ab1a7c94df
commit
bfa122ae6a
2 changed files with 4 additions and 4 deletions
|
@ -4,13 +4,13 @@ gitcmd="git -c commit.gpgsign=false"
|
|||
|
||||
color() {
|
||||
if [ $2 ]; then
|
||||
echo -e "\e[$1;$2m"
|
||||
printf "\e[$1;$2m"
|
||||
else
|
||||
echo -e "\e[$1m"
|
||||
printf "\e[$1m"
|
||||
fi
|
||||
}
|
||||
colorend() {
|
||||
echo -e "\e[m"
|
||||
printf "\e[m"
|
||||
}
|
||||
|
||||
paperstash() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue