aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/bin/config2frag.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 19:24:38 -0400
commit3327d924a7fef224754273d70224f130d63997c6 (patch)
tree8d73ef7bd950e6d9c63062ddd5c54e1839d62315 /tools/testing/selftests/rcutorture/bin/config2frag.sh
parent1a5e31fbf9199212915095c47ebf22d0715d3389 (diff)
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/config2frag.sh')
-rwxr-xr-x[-rw-r--r--]tools/testing/selftests/rcutorture/bin/config2frag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/config2frag.sh b/tools/testing/selftests/rcutorture/bin/config2frag.sh
index 4e394efe3c92..56f51ae13d73 100644..100755
--- a/tools/testing/selftests/rcutorture/bin/config2frag.sh
+++ b/tools/testing/selftests/rcutorture/bin/config2frag.sh
@@ -1,5 +1,5 @@
1#!/bin/bash 1#!/bin/bash
2# Usage: bash config2frag.sh < .config > configfrag 2# Usage: config2frag.sh < .config > configfrag
3# 3#
4# Converts the "# CONFIG_XXX is not set" to "CONFIG_XXX=n" so that the 4# Converts the "# CONFIG_XXX is not set" to "CONFIG_XXX=n" so that the
5# resulting file becomes a legitimate Kconfig fragment. 5# resulting file becomes a legitimate Kconfig fragment.