Loading envsetup.sh +5 −4 Original line number Diff line number Diff line Loading @@ -100,8 +100,9 @@ function setpaths() export PATH=${PATH/$ANDROID_BUILD_PATHS/} fi if [ -n $ANDROID_PRE_BUILD_PATHS ] ; then shopt -s extglob export PATH=${PATH/$ANDROID_PRE_BUILD_PATHS?(:)/} export PATH=${PATH/$ANDROID_PRE_BUILD_PATHS/} # strip trailing ':', if any export PATH=${PATH/%:/} fi # and in with the new Loading Loading
envsetup.sh +5 −4 Original line number Diff line number Diff line Loading @@ -100,8 +100,9 @@ function setpaths() export PATH=${PATH/$ANDROID_BUILD_PATHS/} fi if [ -n $ANDROID_PRE_BUILD_PATHS ] ; then shopt -s extglob export PATH=${PATH/$ANDROID_PRE_BUILD_PATHS?(:)/} export PATH=${PATH/$ANDROID_PRE_BUILD_PATHS/} # strip trailing ':', if any export PATH=${PATH/%:/} fi # and in with the new Loading