align hashbang of git-guilt & git-merge-into

This commit is contained in:
phigoro 2015-05-10 12:01:38 +03:00
parent eb57e1f25c
commit 09d967dfbd
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