mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Remove accidental debugging exit
This commit is contained in:
parent
d8f6a8672a
commit
c0b8bc300f
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ echo "Stripping unoptimized Python libraries"
|
|||
echo "Building using distutils"
|
||||
python3 setup.py build --executable "/usr/bin/env python3"
|
||||
python3 setup.py install vanilla --prefix "$BASE/Resources"
|
||||
exit 1
|
||||
|
||||
echo "Renaming main Zenmap executable."
|
||||
mv $BASE/MacOS/$APP_NAME $BASE/MacOS/zenmap.bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue