mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Remove debug to file from OS X launcher. Closes #1777
This commit is contained in:
parent
ea4e2d6657
commit
17304bf825
2 changed files with 3 additions and 4 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [Zenmap][GH#1777] Stop creating a debugging output file 'tmp.txt' on the
|
||||
desktop in macOS. [Roland Linder]
|
||||
|
||||
o [Nping] Address build failure under libc++ due to "using namespace std;" in
|
||||
several headers, resulting in conflicting definitions of bind(). Reported by
|
||||
StormBytePP and Rosen Penev. [Daniel Miller]
|
||||
|
|
|
|||
|
|
@ -41,10 +41,6 @@ if [ -z ${lang+x} ]; then
|
|||
export LANG="`echo $lang`.UTF-8"
|
||||
fi
|
||||
|
||||
echo $LANG > ~/Desktop/tmp.txt
|
||||
echo " | " >> ~/Desktop/tmp.txt
|
||||
echo $lang >> ~/Desktop/tmp.txt
|
||||
|
||||
if test -f "$bundle_lib/charset.alias"; then
|
||||
export CHARSETALIASDIR="$bundle_lib"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue