1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 21:59:02 +00:00

Use /bin/bash in run_tests.sh.

I got this error:
./run_tests.sh: 42: ./run_tests.sh: Syntax error: "(" unexpected
This commit is contained in:
david
2013-05-18 19:18:07 +00:00
parent 192cd3657d
commit b6ca01d295

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# nsock regression test suite
# Same license as nmap -- see http://nmap.org/book/man-legal.html