fix(style): double quote vars, remove unnecessary empty check

This commit is contained in:
LER0ever 2017-05-27 14:06:45 +08:00
parent 329346d460
commit 0f945f9b63
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ get_model() {
;;
"Mac OS X")
if [[ $(kextstat | grep "FakeSMC") != "" ]]; then
if [[ "$(kextstat | grep "FakeSMC")" ]]; then
model="Hackintosh (SMBIOS: $(sysctl -n hw.model))"
else
model="$(sysctl -n hw.model)"