From: Pranith Kumar Date: Fri, 11 Jul 2014 21:31:27 +0000 (-0400) Subject: rcutorture: Use bash shell for all the test scripts X-Git-Tag: omap-for-v3.19/prcm-cleanup~100^2~1^2~16^4~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a5e31fbf9199212915095c47ebf22d0715d3389;p=pandora-kernel.git 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 Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed