Merge "vendorsetup: add vendor/cyanogen/tools to PATH" into froyo

This commit is contained in:
Chris Soyars 2010-08-18 19:43:01 +00:00 committed by Gerrit Code Review
commit 3677418ef5
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,6 @@
# Gerrit tool for easiness of submitting changes to CM repos
# Wes Garner
# Usage: cmgerrit <Gerrit Username> <Repo> <for/changes> <Branch>
# To use this, it must be in your ~/bin or in your $PATH
#
git push ssh://$1@review.cyanogenmod.com:29418/CyanogenMod/$2 HEAD:refs/$3/$4

View File

@ -9,3 +9,5 @@ add_lunch_combo cyanogen_espresso-eng
add_lunch_combo cyanogen_supersonic-eng
add_lunch_combo cyanogen_liberty-eng
add_lunch_combo cyanogen_vibrant-eng
PATH=$PATH:$PWD/vendor/cyanogen/tools ; export PATH