From 4e4ddb879532993cce3845898640215f65a7d9e3 Mon Sep 17 00:00:00 2001 From: Alexander Weinhold Date: Sun, 17 Jun 2018 10:01:35 +0200 Subject: [PATCH] use correct shebang --- gitdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitdist b/gitdist index c9de63a..b477743 100755 --- a/gitdist +++ b/gitdist @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ################################### # gitdist packs zip archives and #