Skip to content

Commit

Permalink
Remove spurious exit in compile.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BlastBrothers authored and astralaster committed Jul 11, 2024
1 parent fc473dd commit 952d25a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -130,4 +129,4 @@ chmod +x $ORIGDIR/AgDev_build/bin/*
cd "$ORIGDIR"
rm -r -f "$BASEDIR"
#
exit
exit

0 comments on commit 952d25a

Please sign in to comment.