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:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# nsock regression test suite
|
||||
# Same license as nmap -- see http://nmap.org/book/man-legal.html
|
||||
|
||||
Reference in New Issue
Block a user