1
0
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:
dmiller
2023-03-17 17:10:06 +00:00
parent d8f6a8672a
commit c0b8bc300f

View File

@@ -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