diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2013-06-28 23:46:23 -0700 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2013-06-28 23:47:36 -0700 |
commit | 2739ac389389b48251fe5117e1a3dfd2879f3bf3 (patch) | |
tree | c350c112d8e2a9fca8aa95184796b7a745613f60 /scripts | |
parent | 55ce286ebe364761cd682025b8a19bd13351a46e (diff) |
Show status when getting prebuilt
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-prebuilt.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/get-prebuilt.sh b/scripts/get-prebuilt.sh index 35b2980f..a0779dd4 100755 --- a/scripts/get-prebuilt.sh +++ b/scripts/get-prebuilt.sh @@ -34,6 +34,7 @@ if test x$1 != xskipprebuilt ; then mkdir -p ../Externals/prebuilt pushd ../Externals/prebuilt rm -rf .git + echo Getting prebuilt libraries... if test -d mailcore2-deps ; then cd mailcore2-deps git pull --rebase |