From 25d10cd3bc8f46fdc3304279d8020ed98825fd64 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Tue, 8 Sep 2015 20:54:29 +0000 Subject: [PATCH] fix shebang in pipework --- scripts/pipework | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pipework b/scripts/pipework index ad94bdc..c747b0e 100755 --- a/scripts/pipework +++ b/scripts/pipework @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Borrowed from https://github.com/jpetazzo/pipework