1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 18:09:01 +00:00

Another known issue: You can't run from a directory with a space in the name.

This commit is contained in:
david
2008-04-08 21:49:56 +00:00
parent 120367b24d
commit 3a8f2d00e4

View File

@@ -27,4 +27,8 @@ by default it is installed in /usr/local/bin. But /usr/local/bin is
with a prefix of /usr, but you can make a symbolic link from
/usr/bin/nmap to /usr/local/bin/nmap and it will work fine.
Running the application from a directory whose name contains a space
fails. The wrapper scripts necessary to package GTK+ and Pango need to
carefully escape paths in the files they write.
David Fifield