From d861f20d071a0cf2848a3fe943a7a17f2bfacf5b Mon Sep 17 00:00:00 2001 From: Jeffrey Crowell Date: Sat, 22 Aug 2015 01:39:42 -0400 Subject: [PATCH] whoops, remove bash in shbang --- env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.sh b/env.sh index dd884c9a68772..dc77e78df809e 100755 --- a/env.sh +++ b/env.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh getabsolutepath() { [ -d "$1" ] && { cd "$1"; echo "$(pwd -P)"; } ||