mirror of
https://github.com/nmap/nmap.git
synced 2026-02-11 16:06:33 +00:00
46eb0fed75554a03acbd72c7c4e89acd49cfe804
Although $((arithmetic expansion)) is POSIX-specified, some systems have non-POSIX System V shell, which can't handle it. This patch replaces $((something)) with $(expr something) to fix compatibility. This actually slows things down considerably, since a subshell must be launched for each increment operation, but the tests aren't that critical. Bug report: http://seclists.org/nmap-dev/2013/q4/198
…
…
…
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( http://nmap.org ).
Description
Languages
C
37.5%
Lua
28.1%
C++
16.8%
Shell
5.8%
Python
4.2%
Other
7.3%