From 2bf4ed68668c9aafd16d3459d3f75a4c6322eb10 Mon Sep 17 00:00:00 2001
From: Frank Gaede <frank.gaede@desy.de>
Date: Wed, 7 Oct 2015 09:44:20 +0000
Subject: [PATCH]  - replace /bin/env with /usr/bin/env    which is the default
 location on more OSs    except SL ...

---
 bin/ddsim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/ddsim b/bin/ddsim
index 8fb04710c..700906ad7 100755
--- a/bin/ddsim
+++ b/bin/ddsim
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/env python
 """
 
 DD4hep simulation with some argument parsing
-- 
GitLab