mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
Setup script: added missing -e
to echo
This commit is contained in:
parent
31164f7121
commit
ad15b98692
1 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ function removeOverride {
|
|||
echo -e "\\e[1;31m$out\\e[0m"
|
||||
fi
|
||||
else
|
||||
echo "\\e[1;33m'$dll' is not a link or doesn't exist\\e[0m."
|
||||
echo -e "\\e[1;33m'$dll' is not a link or doesn't exist\\e[0m."
|
||||
ret=2
|
||||
fi
|
||||
}
|
||||
|
@ -144,7 +144,7 @@ function createOverride {
|
|||
echo -e '\e[1;32mDone\e[0m.'
|
||||
else
|
||||
ret=2
|
||||
echo "\\e[1;31m$out\\e[0m"
|
||||
echo -e "\\e[1;31m$out\\e[0m"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue