commit | e6185571d2a23b6f40a43c47d266271ddaa921c6 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Wed May 04 19:26:15 2016 -0700 |
committer | Thomas Vachuska <tom@onlab.us> | Wed May 04 19:26:15 2016 -0700 |
tree | 6fd98406cff44892506efdbca918a6b91079a740 | |
parent | d1962b723d3d3cefd4354b4fc07202e681576c26 [diff] |
Changing bash_profile not to reserve a borrowed cell during sourcing. Change-Id: I30bb38bd2a2e3d32c1c8019afe8198078bf9124e
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index 1c449a2..1825264 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile
@@ -159,7 +159,7 @@ 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 {