Selaa lähdekoodia

Update scaling-governor.sh

tteckster 2 vuotta sitten
vanhempi
commit
bfadcb1c09
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      misc/scaling-governor.sh

+ 2 - 2
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