Explorar el Código

Fix strange think usage

Alois Mahdal hace 9 años
padre
commit
66c5387257
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4
    2
      dotfiles/gittum/bin/sibling

+ 4
- 2
dotfiles/gittum/bin/sibling Ver fichero

@@ -75,5 +75,7 @@ popd >/dev/null
75 75
 
76 76
 test -n "$new_remote" || die "no such remote at sibling: $new_remote at $sibling"
77 77
 
78
-think \'git clone $new_remote\'
79
-git clone "$new_remote"
78
+cmd="git clone $new_remote"
79
+
80
+think "cmd='$cmd'"
81
+$cmd