From c0b8bc300fa2b11bb48d9f6452cb5a5ed576f4d7 Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 17 Mar 2023 17:10:06 +0000 Subject: [PATCH] Remove accidental debugging exit --- zenmap/install_scripts/macosx/make-bundle.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/zenmap/install_scripts/macosx/make-bundle.sh b/zenmap/install_scripts/macosx/make-bundle.sh index 1cffa3896..c0c002343 100755 --- a/zenmap/install_scripts/macosx/make-bundle.sh +++ b/zenmap/install_scripts/macosx/make-bundle.sh @@ -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