mirror of
https://github.com/nmap/nmap.git
synced 2026-06-27 11:42:53 +00:00
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 |
||
|---|---|---|
| .. | ||
| addrset.c | ||
| ncat-test.pl | ||
| test-addrset.sh | ||
| test-cert.pem | ||
| test-cmdline-split.c | ||
| test-environment.lua | ||
| test-environment.sh | ||
| test-uri.c | ||
| test-wildcard.c | ||
| toupper.lua | ||