Alois Mahdal 9 лет назад
Родитель
Сommit
66c5387257
1 измененных файлов: 4 добавлений и 2 удалений
  1. 4
    2
      dotfiles/gittum/bin/sibling

+ 4
- 2
dotfiles/gittum/bin/sibling Просмотреть файл

75
 
75
 
76
 test -n "$new_remote" || die "no such remote at sibling: $new_remote at $sibling"
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