From fb1302b3957704de5fa7ee27e72e678d575bf4da Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 25 Apr 2015 06:44:10 +0000 Subject: [PATCH] use bash --- git-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-update b/git-update index 7887fa7..a90aa77 100755 --- a/git-update +++ b/git-update @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash REMOTE="${1:-origin}" BRANCH=$(git branch --no-color --list | grep '^\*' | awk '{print $2}')