commit | 85314296e1c08a79f3015c53315c6dcc0b943a3c | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Fri Nov 14 17:52:12 2014 -0800 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Sat Nov 15 11:40:46 2014 -0800 |
tree | 2c6df744a475f8f52ab11486e8626561b3e72380 | |
parent | 57126feac109178639e5ea95250d8a8b28b08bcc [diff] [blame] |
Added a short-hand for setting the OCI variable. Added export. Change-Id: I1e9b5366ce460995d494f7df81659fea0b6c8584
diff --git a/tools/test/bin/onos-show-cell b/tools/test/bin/onos-show-cell index 5aee338..559ecaf 100755 --- a/tools/test/bin/onos-show-cell +++ b/tools/test/bin/onos-show-cell
@@ -25,7 +25,7 @@ cell="${1}" else if [ -z "${ONOS_CELL}" ]; then - echo "Environmental variable 'ONOS_CELL' is not defiled" + echo "Environmental variable 'ONOS_CELL' is not defined" exit 1 else cell="${ONOS_CELL}"