瀏覽代碼

Don't need stdout

Bob Mottram 9 年之前
父節點
當前提交
8f18254876
沒有帳戶連結到提交者的電子郵件
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-mesh-blog

+ 1
- 1
src/freedombone-mesh-blog 查看文件

@@ -164,7 +164,7 @@ function change_theme {
164 164
 
165 165
     data=$(tempfile 2>/dev/null)
166 166
     trap "rm -f $data" 0 1 2 5 15
167
-    dialog --stdout --backtitle $"Freedombone Mesh" \
167
+    dialog --backtitle $"Freedombone Mesh" \
168 168
            --title $"Select Blog Theme" \
169 169
            --radiolist $'Choose:' \
170 170
            80 40 20 $themelist 2> $data