commit | 8e676d9dacd34231edc1a160d13278f03ae597fe | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@opennetworking.org> | Mon Nov 19 16:01:03 2018 -0800 |
committer | Thomas Vachuska <tom@opennetworking.org> | Wed Nov 21 18:17:40 2018 +0000 |
tree | d1a5612207f8dcdb4965c1c4c476e8796d904724 | |
parent | 6777d5338605a5f46053fa5677dd19a32d0975fa [diff] [blame] |
Changing default cell borrow to provide a 5+3+1 cell. Change-Id: Ic993aaf2312c2aa149fac1fdff556fd3044bb95a
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index 438932b..9f363a9 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile
@@ -229,7 +229,7 @@ clearCell aux="/tmp/cell-$$" duration=${2:-0} - spec=${3:-3+1} + spec=${3:-5+3+1} spec=${spec//+/%2B} user=${4:-$(id -un)} hint=${5:-""}