aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/get-mac.sh
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-10-26 23:07:45 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-10-26 23:07:45 -0700
commitf4e2a6bcd257bd5cb80ed1318c35e79da9e61b2b (patch)
tree3274116e53db50ca0e492b4aa2d3c253dd19f6ee /scripts/get-mac.sh
parent556c5afd23c09d969fda2ff604abc11c98def032 (diff)
Update when a different build is required
Diffstat (limited to 'scripts/get-mac.sh')
-rwxr-xr-xscripts/get-mac.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/get-mac.sh b/scripts/get-mac.sh
index 9ce0cece..573bfe4a 100755
--- a/scripts/get-mac.sh
+++ b/scripts/get-mac.sh
@@ -8,8 +8,6 @@ popd > /dev/null
deps="ctemplate-osx libetpan-osx uchardet-osx"
for dep in $deps ; do
- if test ! -d "$scriptpath/../Externals/$dep" ; then
- name="$dep"
- get_prebuilt_dep
- fi
+ name="$dep"
+ get_prebuilt_dep
done