From e8b48461f4269a5680bb968f0ea5be63e3cb67ce Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Fri, 11 Nov 2016 15:23:40 +0100 Subject: [PATCH 4/4] do not use #!/usr/bin/env --- client/icecc-create-env.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/icecc-create-env.in b/client/icecc-create-env.in index 414f18cae0..2f1eae5c49 100755 --- a/client/icecc-create-env.in +++ b/client/icecc-create-env.in @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/usr/bin/bash # icecc -- A simple distributed compiler system # # Copyright (C) 2004 by the Icecream Authors -- 2.13.0