Browse Source

Remove unnecessary git binary path juggling

Alois Mahdal 9 years ago
parent
commit
df2f9f9847
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      dotfiles/gittum/bin/setup

+ 0
- 3
dotfiles/gittum/bin/setup View File

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