aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-06-28 23:46:23 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-06-28 23:47:36 -0700
commit2739ac389389b48251fe5117e1a3dfd2879f3bf3 (patch)
treec350c112d8e2a9fca8aa95184796b7a745613f60 /scripts
parent55ce286ebe364761cd682025b8a19bd13351a46e (diff)
Show status when getting prebuilt
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get-prebuilt.sh1
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