Skip to content

Commit

Permalink
minor code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyRepo committed Sep 12, 2017
1 parent 829d25f commit 3973079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prep.sh
Expand Up @@ -26,11 +26,11 @@
No ) echo -e '\e[96mSkipping Sync\e[0m'; break;;
esac
done
# Start Build leaving lunch and make for user
# Start Build
echo -e '\e[32mMarking start of build\e[0m'
sleep 1
source build/envsetup.sh
# Ask if they want to sync in yes or no
# Ask if they want lunch or brunch
echo -e '\e[32mLunch or Brunch?\e[0m'
select lb in "Lunch" "Brunch"; do
case $lb in
Expand Down

0 comments on commit 3973079

Please sign in to comment.