Skip to content

Commit

Permalink
Merge pull request #23 from redhat-performance/remove_extra_char
Browse files Browse the repository at this point in the history
Fix another missing {
  • Loading branch information
dvalinrh authored Oct 5, 2022
2 parents 55603b7 + bdb24d0 commit 40ba11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uperf/uperf_run
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
arguments="$@"

if [ ! -f "uperf.out" ]; then
command="${0} $@}"
command="${0} ${@}"
echo $command
script -c "${command}" uperf.out
exit $?
Expand Down

0 comments on commit 40ba11b

Please sign in to comment.