瀏覽代碼

Prevent quoting problems

Alois Mahdal 9 年之前
父節點
當前提交
3f340cb913
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc 查看文件

@@ -31,7 +31,7 @@ gitcd() {
31 31
 }
32 32
 
33 33
 clsz() {
34
-    tput clear; tput cup $(tput lines) 0
34
+    tput clear; tput cup "$(tput lines)" 0
35 35
 }
36 36
 
37 37
 bcdiff() {