From b6ca01d2952d5d6e48f3c752c67583e58c574af7 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 18 May 2013 19:18:07 +0000 Subject: [PATCH] Use /bin/bash in run_tests.sh. I got this error: ./run_tests.sh: 42: ./run_tests.sh: Syntax error: "(" unexpected --- nsock/tests/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsock/tests/run_tests.sh b/nsock/tests/run_tests.sh index 8ddf03819..8748c0740 100755 --- a/nsock/tests/run_tests.sh +++ b/nsock/tests/run_tests.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # nsock regression test suite # Same license as nmap -- see http://nmap.org/book/man-legal.html