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