| commit | f1d64e2975451e3bbbcd2e62a03a717308db500a | [log] [tgz] |
|---|---|---|
| author | Raphael <raphael@google.com> | Wed Nov 18 11:27:35 2009 -0800 |
| committer | Raphael <raphael@google.com> | Wed Nov 18 11:27:35 2009 -0800 |
| tree | db0ee0961a32723e94647295eb1b42ab0ae51ab7 | |
| parent | d8ef7816f0ffafc6bcf1370ce70b5497e7587230 [diff] [blame] |
Fix the sdk/scritps/create_*_symlinks for the new SDK git project.
diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh index dcbc5b3..db4673f 100755 --- a/eclipse/scripts/create_all_symlinks.sh +++ b/eclipse/scripts/create_all_symlinks.sh
@@ -18,9 +18,9 @@ # CD to the top android directory D=`dirname "$0"` -cd "$D/../../../../" +cd "$D/../../../" -DEST="development/tools/eclipse/scripts" +DEST="sdk/eclipse/scripts" set -e # fail early