mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 12:31:12 +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:
parent
192cd3657d
commit
b6ca01d295
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# nsock regression test suite
|
||||
# Same license as nmap -- see http://nmap.org/book/man-legal.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue