commit | 1a5e31fbf9199212915095c47ebf22d0715d3389 | [log] [tgz] |
---|---|---|
author | Pranith Kumar <bobby.prani@gmail.com> | Fri Jul 11 17:31:27 2014 -0400 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Sep 07 16:24:32 2014 -0700 |
tree | 6e4ad37675335b68d179672cc2379d59213f971e | |
parent | 58ade2dbe9a253635e0835adedfaa822849aa3a3 [diff] |
rcutorture: Use bash shell for all the test scripts Some of the scripts encode a default /bin/sh shell. On systems which use dash as default shell, these scripts fail as they are bash scripts. I encountered this while testing the sprintf() changes on a Debian system where dash is the default shell. This commit changes all such uses to use bash explicitly. Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>