Removed spurious $1

This commit is contained in:
Henry
2014-07-15 11:34:58 +01:00
committed by Andrew Heather
parent 7d5e8c2a6f
commit 0412aaf40b

View File

@ -17,8 +17,8 @@ runParallel snappyHexMesh 6 -overwrite
#cp -r 0.org 0 > /dev/null 2>&1 #cp -r 0.org 0 > /dev/null 2>&1
#- For parallel running #- For parallel running
ls -d processor* | xargs -i rm -rf ./{}/0 $1 ls -d processor* | xargs -i rm -rf ./{}/0
ls -d processor* | xargs -i cp -r 0.org ./{}/0 $1 ls -d processor* | xargs -i cp -r 0.org ./{}/0
runParallel patchSummary 6 runParallel patchSummary 6
runParallel potentialFoam 6 -noFunctionObjects runParallel potentialFoam 6 -noFunctionObjects