aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/get-mac.sh
diff options
context:
space:
mode:
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