From 58e0640e6df0d770af0699d0f76614f461b2b477 Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Mon, 24 Aug 2020 15:17:26 -0400 Subject: [PATCH] Make bash shebang line more portable --- git-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-sync b/git-sync index cb95ca3..694653b 100755 --- a/git-sync +++ b/git-sync @@ -1,4 +1,4 @@ -#! /usr/bin/bash +#! /usr/bin/env bash # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.