From c15eea16f1a7d1e35de655e5404da77420e9e18e Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 7 Jul 2016 12:09:49 +0100 Subject: [PATCH] wmakeLnIncludeAll: Now a bash script Uses the 'wait -n' builtin to avoid the use of non-POSIX 'sleep' commands --- wmake/wmakeLnIncludeAll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmake/wmakeLnIncludeAll b/wmake/wmakeLnIncludeAll index a1758cadb0..626f4175d0 100755 --- a/wmake/wmakeLnIncludeAll +++ b/wmake/wmakeLnIncludeAll @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #------------------------------------------------------------------------------ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox