Merge pull request #369 from phigoro/master

align hashbang of git-guilt & git-merge-into
This commit is contained in:
hemanth.hm 2015-05-10 21:27:35 +05:30
commit 4480479994
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
for param in $*
do

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
current_branch() {
git rev-parse --abbrev-ref HEAD