vendorsetup: add vendor/cyanogen/tools to PATH

This commit is contained in:
Wes Garner
2010-08-18 14:04:07 -05:00
parent 30f4635075
commit 1ab85770e6
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