Fix cell command for when -u is set in bash

Change-Id: Id51da2f92ff8b708fddfcffd0683736b9a74f6d3
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile
index 3034375..aef0e5f 100644
--- a/tools/dev/bash_profile
+++ b/tools/dev/bash_profile
@@ -109,7 +109,7 @@
 # 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-$$"