rcutorture: Set executable bit and drop bash from Usage
authorPranith Kumar <bobby.prani@gmail.com>
Fri, 11 Jul 2014 23:47:35 +0000 (19:47 -0400)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 7 Sep 2014 23:24:38 +0000 (16:24 -0700)
This commit sets the executable bit on test scripts config2frag.sh
and kvm.sh.  Since #!/bin/bash is set in all the scripts, this commit
also drops it from all usage lines because the scripts can now all be
invoked directly.

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

No differences found