mirror of
https://github.com/nmap/nmap.git
synced 2025-12-22 23:49:03 +00:00
Remove accidental debugging exit
This commit is contained in:
@@ -78,7 +78,6 @@ echo "Stripping unoptimized Python libraries"
|
|||||||
echo "Building using distutils"
|
echo "Building using distutils"
|
||||||
python3 setup.py build --executable "/usr/bin/env python3"
|
python3 setup.py build --executable "/usr/bin/env python3"
|
||||||
python3 setup.py install vanilla --prefix "$BASE/Resources"
|
python3 setup.py install vanilla --prefix "$BASE/Resources"
|
||||||
exit 1
|
|
||||||
|
|
||||||
echo "Renaming main Zenmap executable."
|
echo "Renaming main Zenmap executable."
|
||||||
mv $BASE/MacOS/$APP_NAME $BASE/MacOS/zenmap.bin
|
mv $BASE/MacOS/$APP_NAME $BASE/MacOS/zenmap.bin
|
||||||
|
|||||||
Reference in New Issue
Block a user