From 935e056e89dff70addff711eca8b815d4300def0 Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 5 Dec 2017 11:04:20 -0800 Subject: [PATCH] fix on 10th arg --- QA/sleep_loopqa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QA/sleep_loopqa.sh b/QA/sleep_loopqa.sh index 80bea97c86..672a5c2624 100755 --- a/QA/sleep_loopqa.sh +++ b/QA/sleep_loopqa.sh @@ -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