From bfadcb1c090a189fe94c368c6b96d3792a11d1c9 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 30 Oct 2022 00:19:48 -0400 Subject: [PATCH] Update scaling-governor.sh --- misc/scaling-governor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/scaling-governor.sh b/misc/scaling-governor.sh index 4a5821b2..1d0774c2 100644 --- a/misc/scaling-governor.sh +++ b/misc/scaling-governor.sh @@ -57,8 +57,8 @@ show_menu() { } clear show_menu -while [ $opt != '' ]; do - if [ $opt = '' ]; then +while [ "$opt" != "" ]; do + if [ "$opt" = "" ]; then exit else case $opt in