mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
buildsystem: use single = for consistency
This commit is contained in:
@@ -57,8 +57,8 @@ get_yes_no()
|
||||
{
|
||||
local ans
|
||||
read -p "Would you like to install the needed tools ? (y/n) " ans
|
||||
[ "${ans,,}" == "y" ] && return 0
|
||||
[ "${ans,,}" == "yes" ] && return 0
|
||||
[ "${ans,,}" = "y" ] && return 0
|
||||
[ "${ans,,}" = "yes" ] && return 0
|
||||
return 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user