mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 17:01:02 +02:00
Changing bash_profile not to reserve a borrowed cell during sourcing.
Change-Id: I30bb38bd2a2e3d32c1c8019afe8198078bf9124e
This commit is contained in:
parent
d1962b723d
commit
e6185571d2
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user