Use bash as a script interpreter
authorPeter Pentchev <roam@ringlet.net>
Thu, 1 Oct 2015 09:17:07 +0000 (12:17 +0300)
committerAndy Green <andy.green@linaro.org>
Thu, 15 Oct 2015 03:47:38 +0000 (11:47 +0800)
The test-server/attack.sh script makes use of several features only
available in the Bash shell, so mark it accordingly.

test-server/attack.sh

index 0186f48..16ed1b5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # attack the test server and try to make it fall over
 #