commit | e797a5dba6db21e4f347250a276caf4672d03478 | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Tue Sep 30 11:57:50 2014 -0700 |
committer | tom <tom@onlab.us> | Tue Sep 30 11:57:50 2014 -0700 |
tree | e0a557665d7936ea472443e01c1c09ab0d9a8baa | |
parent | b77d65a3416d61a46821d1b12c8cebaf78133a6a [diff] [blame] |
Adding customizable features for cell-specific packaging.
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index 821ee43..8389ff1 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile
@@ -66,6 +66,7 @@ env | egrep "OCI" env | egrep "OC[0-9]+" | sort env | egrep "OCN" + env | egrep "ONOS_" | egrep -v 'ONOS_ROOT|ONOS_CELL' fi }