• Paul E. McKenney's avatar
    torture: Fix remaining erroneous torture.sh instance of $* · 98da7719
    Paul E. McKenney authored
    Although "eval" was removed from torture.sh, that commit failed to
    update the KCSAN instance of $* to "$@".  This results in failures when
    (for example) --bootargs is given more than one argument.  This commit
    therefore makes this change.
    
    There is one remaining instance of $* in torture.sh, but this
    is used only in the "echo" command, where quoting doesn't matter
    so much.
    
    Fixes: 197220d4 ("torture: Remove use of "eval" in torture.sh")
    Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
    98da7719
torture.sh 13 KB