Jon Hall
Committed by Gerrit Code Review

Fix cell command for when -u is set in bash

Change-Id: Id51da2f92ff8b708fddfcffd0683736b9a74f6d3
......@@ -109,7 +109,7 @@ export CELL_WARDEN="10.254.1.19"
# Applies the settings in the specified cell file or lists current cell definition
# if no cell file is given.
function cell {
cell=$1
cell=${1:-""}
case "$cell" in
"borrow")
aux="/tmp/cell-$$"
......