浏览代码

Prevent quoting problems

Alois Mahdal 9 年前
父节点
当前提交
3f340cb913
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      dotfiles/bash/main.bashrc

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

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