From 79e9ac0dbcb00e74b2a92feacc194c48dbf715c9 Mon Sep 17 00:00:00 2001 From: Bajee11 Date: Sat, 23 May 2015 00:27:48 -0400 Subject: [PATCH] Continue changes --- envsetup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/envsetup.sh b/envsetup.sh index 322b6538a..f422d6d6a 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -533,7 +533,7 @@ function breakfast() RB_DEVICES_ONLY="true" unset LUNCH_MENU_CHOICES add_lunch_combo full-eng - for f in `/bin/ls vendor/rootbox/vendorsetup.sh 2> /dev/null` + for f in `/bin/ls vendor/rb/vendorsetup.sh 2> /dev/null` do echo "including $f" . $f @@ -695,7 +695,7 @@ function eat() { if [ "$OUT" ] ; then MODVERSION=`sed -n -e'/ro\.rb\.version/s/.*=//p' $OUT/system/build.prop` - ZIPFILE=rootbox-$MODVERSION.zip + ZIPFILE=rb-$MODVERSION.zip ZIPPATH=$OUT/$ZIPFILE if [ ! -f $ZIPPATH ] ; then echo "Nothing to eat" @@ -2246,8 +2246,8 @@ if [ "x$SHELL" != "x/bin/bash" ]; then esac fi -echo "including vendor/rootbox/vendorsetup.sh" -. vendor/rootbox/vendorsetup.sh +echo "including vendor/rb/vendorsetup.sh" +. vendor/rb/vendorsetup.sh addcompletions