Sfoglia il codice sorgente

Fix strange think usage

Alois Mahdal 8 anni fa
parent
commit
66c5387257
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4
    2
      dotfiles/gittum/bin/sibling

+ 4
- 2
dotfiles/gittum/bin/sibling Vedi File

@@ -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