From 952d25a2fea6bc05ddbcc66223ee002e727419ba Mon Sep 17 00:00:00 2001 From: BlastBrothers <83738994+BlastBrothers@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:23:09 -0400 Subject: [PATCH] Remove spurious exit in compile.sh --- compile.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compile.sh b/compile.sh index 879d8a3..935e3bd 100755 --- a/compile.sh +++ b/compile.sh @@ -33,7 +33,6 @@ if [ ! -z "$1" ]; then cd $GITHUB cp -r $1/* $AGDEV_GIT; else - exit cd $GITHUB git clone https://github.com/pcawte/AgDev.git AgDev_git; fi @@ -130,4 +129,4 @@ chmod +x $ORIGDIR/AgDev_build/bin/* cd "$ORIGDIR" rm -r -f "$BASEDIR" # -exit \ No newline at end of file +exit