Skip to content

Commit

Permalink
run-phits: remove xargs
Browse files Browse the repository at this point in the history
  • Loading branch information
kbat committed Nov 28, 2024
1 parent 18b889b commit 318fe2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mctools/phits/phits-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else
njobs=$(nproc)
fi

rseed=$(grep rseed $inp | xargs | tr -d '[:blank:]')
rseed=$(grep rseed $inp | tr -d '[:blank:]')

if echo $rseed | grep -qx "rseed=RSEED" 2>/dev/null; then
true
Expand Down

0 comments on commit 318fe2f

Please sign in to comment.