Browse Source

Fix shebang for sibling

Alois Mahdal 11 years ago
parent
commit
a9e4dfd851
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/gittum/bin/sibling

+ 1
- 1
dotfiles/gittum/bin/sibling View File

1
-#!/bin/sh
1
+#!/bin/bash
2
 #
2
 #
3
 # Take first subdir (or a subdir specified in a file) and consider
3
 # Take first subdir (or a subdir specified in a file) and consider
4
 # it a git repo dir.  Get its origin, exchange the last bit for
4
 # it a git repo dir.  Get its origin, exchange the last bit for