瀏覽代碼

Update edge-kernel.sh

fix "$opt"
tteckster 2 年之前
父節點
當前提交
5733159956
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      misc/edge-kernel.sh

+ 2 - 2
misc/edge-kernel.sh

@@ -42,8 +42,8 @@ option_picked() {
 }
 clear
 show_menu
-while [ $opt != '' ]; do
-    if [ $opt = '' ]; then
+while [ "$opt" != "" ]; do
+    if [ "$opt" = "" ]; then
         exit
     else
         case $opt in