From 36ff468d8da550bc99a4457f42a9930697c638be Mon Sep 17 00:00:00 2001 From: Eugene Sharygin Date: Sun, 1 Feb 2015 12:40:08 +0300 Subject: [PATCH] Set /bin/bash as the interpreter --- git-open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-open b/git-open index 126edcc..313f648 100755 --- a/git-open +++ b/git-open @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Opens the github page for a repo/branch in your browser. # https://github.com/paulirish/git-open/