From 2c5091b6726f0660c6c18c1cd3bf62012cc902ba Mon Sep 17 00:00:00 2001 From: Michael Wild Date: Sun, 1 Aug 2010 16:00:17 +0200 Subject: [PATCH] ENH: Ported script template to Python Signed-off-by: Michael Wild --- data/templates/foamScript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/templates/foamScript b/data/templates/foamScript index 67bec5690..23b0f4a41 100644 --- a/data/templates/foamScript +++ b/data/templates/foamScript @@ -1,4 +1,4 @@ -#!/bin/sh +#!@PYTHON_EXECUTABLE@ #------------------------------------------------------------------------------- # ______ _ ____ __ __ # | ____| _| |_ / __ \ /\ | \/ | -- 2.11.4.GIT