Parcourir la source

Prevent quoting problems

Alois Mahdal il y a 9 ans
Parent
révision
3f340cb913
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc Voir le fichier

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