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 {