Explorar el Código

Remove unnecessary git binary path juggling

Alois Mahdal hace 8 años
padre
commit
df2f9f9847
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0
    3
      dotfiles/gittum/bin/setup

+ 0
- 3
dotfiles/gittum/bin/setup Ver fichero

@@ -1,8 +1,5 @@
1 1
 #!/bin/bash
2 2
 
3
-git_binary=$(which git)
4
-if [[ -x "$HOME/bin/git" ]]; then
5
-    git_binary="$HOME/bin/git"
6 3
 gitver=$(git --version | cut -d ' ' -f 3)
7 4
 if [[ "x$gitver" > "x1.8" ]]; then
8 5
     tilde='~'