aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/bin/kvm-build.sh
diff options
context:
space:
mode:
authorPranith Kumar <bobby.prani@gmail.com>2014-07-11 19:47:35 -0400
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-09-07 16:24:38 -0700
commit3327d924a7fef224754273d70224f130d63997c6 (patch)
tree8d73ef7bd950e6d9c63062ddd5c54e1839d62315 /tools/testing/selftests/rcutorture/bin/kvm-build.sh
parentrcutorture: Use bash shell for all the test scripts (diff)
downloadlinux-dev-3327d924a7fef224754273d70224f130d63997c6.tar.xz
linux-dev-3327d924a7fef224754273d70224f130d63997c6.zip
rcutorture: Set executable bit and drop bash from Usage
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>
Diffstat (limited to 'tools/testing/selftests/rcutorture/bin/kvm-build.sh')
-rwxr-xr-xtools/testing/selftests/rcutorture/bin/kvm-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm-build.sh b/tools/testing/selftests/rcutorture/bin/kvm-build.sh
index e4bfb91abee5..00cb0db2643d 100755
--- a/tools/testing/selftests/rcutorture/bin/kvm-build.sh
+++ b/tools/testing/selftests/rcutorture/bin/kvm-build.sh
@@ -2,7 +2,7 @@
#
# Build a kvm-ready Linux kernel from the tree in the current directory.
#
-# Usage: bash kvm-build.sh config-template build-dir more-configs
+# Usage: kvm-build.sh config-template build-dir more-configs
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by