summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xthird_party/update.sh (renamed from lib/update-external.sh)4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/update-external.sh b/third_party/update.sh
index 7a22c36cecd..5248d95f3a6 100755
--- a/lib/update-external.sh
+++ b/third_party/update.sh
@@ -1,9 +1,9 @@
#!/bin/sh
-# Pull in a new snapshot of external projects that are included in
+# Pull in a new snapshot of external projects that are included in
# our source tree for users that don't have them installed on their system
# Third party directory
-THIRD_PARTY_DIR="`dirname $0`/../third_party"
+THIRD_PARTY_DIR="`dirname $0`"
# Library directory where projects live that haven't been migrated to
# $THIRD_PARTY_DIR yet.
WORKDIR="`mktemp -d`"