Skip to content

Commit

Permalink
oebb: protect call to git_proxy setup as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Lebovitz authored and koenkooi committed Mar 23, 2010
1 parent 8f98636 commit e4d6fb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion oebb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@ function update_bitbake()
###############################################################################
function update_oe()
{
config_git_proxy
if [ "x$PROXYHOST" != "x" ] ; then
config_git_proxy
fi

if [ ! -d ${OE_SOURCE_DIR}/org.openembedded.dev ]; then
echo Checking out OpenEmbedded
Expand Down

0 comments on commit e4d6fb8

Please sign in to comment.