View Issue Details

IDProjectCategoryView StatusLast Update
0002475OpenFOAMBugpublic2017-02-28 11:35
ReporterMattijsJ Assigned Tohenry  
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSOpenSuSEOS Version12.3
Product Versiondev 
Fixed in Versiondev 
Summary0002475: extraneous argument to xargs in Allrun
DescriptionIn tutorials:

./incompressible/pisoFoam/LES/motorBike/motorBike/Allrun
./incompressible/pisoFoam/LES/motorBike/lesFiles/Allrun

there is an extraneous $1 argument to xargs

ls -d processor* | xargs -I {} cp -r 0.orig ./{}/0 $1
ls -d processor* | xargs -I {} rm -rf ./{}/0 $1
ls -d processor* | xargs -I {} mv ./{}/500 ./{}/0 $1
ls -d processor* | xargs -I {} rm -rf ./{}/0/uniform $1
TagsNo tags attached.

Activities

henry

2017-02-28 11:35

manager   ~0007826

Resolved by commit b053ad0356b06a7f690f76a1fc9e63bd20ec29de

Issue History

Date Modified Username Field Change
2017-02-24 11:20 MattijsJ New Issue
2017-02-28 11:35 henry Assigned To => henry
2017-02-28 11:35 henry Status new => resolved
2017-02-28 11:35 henry Resolution open => fixed
2017-02-28 11:35 henry Fixed in Version => dev
2017-02-28 11:35 henry Note Added: 0007826