Explorar el Código

Prevent quoting problems

Alois Mahdal hace 9 años
padre
commit
3f340cb913
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc Ver fichero

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() {