From 0412aaf40b705113734526f569a6185c91d767c3 Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Tue, 15 Jul 2014 11:34:58 +0100 Subject: [PATCH] Removed spurious $1 --- tutorials/incompressible/simpleFoam/motorBike/Allrun | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/incompressible/simpleFoam/motorBike/Allrun b/tutorials/incompressible/simpleFoam/motorBike/Allrun index 7e5ad465b6d..b72319ff3db 100755 --- a/tutorials/incompressible/simpleFoam/motorBike/Allrun +++ b/tutorials/incompressible/simpleFoam/motorBike/Allrun @@ -17,8 +17,8 @@ runParallel snappyHexMesh 6 -overwrite #cp -r 0.org 0 > /dev/null 2>&1 #- For parallel running -ls -d processor* | xargs -i rm -rf ./{}/0 $1 -ls -d processor* | xargs -i cp -r 0.org ./{}/0 $1 +ls -d processor* | xargs -i rm -rf ./{}/0 +ls -d processor* | xargs -i cp -r 0.org ./{}/0 runParallel patchSummary 6 runParallel potentialFoam 6 -noFunctionObjects -- GitLab