Skip to content

Commit

Permalink
Do not exit if source build/envsetup.sh fails
Browse files Browse the repository at this point in the history
Signed-off-by: Sushrut1101 <[email protected]>
  • Loading branch information
Sushrut1101 committed Mar 9, 2022
1 parent dea81f9 commit e531266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ telegram_message "${TG_TEXT}"
echo " "

# Prepare the Build Environment
source build/envsetup.sh || { echo "ERROR: Failed to source build/envsetup.sh" && exit 1; }
source build/envsetup.sh

# Run the Extra Command
$EXTRA_CMD
Expand Down

0 comments on commit e531266

Please sign in to comment.