mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
fix on 10th arg
This commit is contained in:
parent
885908cfe4
commit
935e056e89
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#"${@}" &
|
||||
narg="${#}"
|
||||
if [ "$narg" -eq 10 ]; then
|
||||
outfile=../testoutputs/$10
|
||||
outfile=../testoutputs/"${10}"
|
||||
$1 $2 $3 $4 $5 $6 $7 $8 $9 >& $outfile &
|
||||
elif [ "$narg" -eq 9 ]; then
|
||||
outfile=../testoutputs/$9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue