commit | b9915a6a1866bd25fc574f826646b9a01a899e05 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Fri Jan 29 16:39:32 2010 -0800 |
committer | Brian Carlstrom <bdc@google.com> | Fri Jan 29 16:39:32 2010 -0800 |
tree | 7db0207926a78fb8925756a84d4a4f1f2de33068 | |
parent | 3e51fa489a63d3e86b50c6f766ad47d6e7d34b09 [diff] |
godir should set "T=$(gettop)"
diff --git a/envsetup.sh b/envsetup.sh index 4eede33..8b06039 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -985,6 +985,7 @@ echo "Usage: godir <regex>" return fi + T=$(gettop) if [[ ! -f $T/filelist ]]; then echo -n "Creating index..." (cd $T; find . -wholename ./out -prune -o -type f > filelist)