From e6185571d2a23b6f40a43c47d266271ddaa921c6 Mon Sep 17 00:00:00 2001 From: Thomas Vachuska Date: Wed, 4 May 2016 19:26:15 -0700 Subject: [PATCH] Changing bash_profile not to reserve a borrowed cell during sourcing. Change-Id: I30bb38bd2a2e3d32c1c8019afe8198078bf9124e --- tools/dev/bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index 1c449a2860..18252649a8 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile @@ -159,7 +159,7 @@ function cell { esac } -[ -n "$ONOS_CELL" ] && cell $ONOS_CELL > /dev/null +[ -n "$ONOS_CELL" -a "$ONOS_CELL" != "borrow" ] && cell $ONOS_CELL > /dev/null # Lists available cells function cells {