Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-01-11 22:44:42 +0000
committerDavid Williams2013-01-11 22:44:42 +0000
commit6d0075e422c9ecc22e15bedd10c8f1307953c4b8 (patch)
tree7c29f0e78f7b976cff66ba3942128392741da139 /bootstrap
parent4b9c8a0cb9f390936f4a13abc3b24f554f781af7 (diff)
downloadeclipse.platform.releng.aggregator-6d0075e422c9ecc22e15bedd10c8f1307953c4b8.tar.gz
eclipse.platform.releng.aggregator-6d0075e422c9ecc22e15bedd10c8f1307953c4b8.tar.xz
eclipse.platform.releng.aggregator-6d0075e422c9ecc22e15bedd10c8f1307953c4b8.zip
latest bootstrap scripts
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/wgetFresh.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/wgetFresh.sh b/bootstrap/wgetFresh.sh
index ce387b3a3..781ebb74c 100644
--- a/bootstrap/wgetFresh.sh
+++ b/bootstrap/wgetFresh.sh
@@ -27,7 +27,7 @@ wget --no-verbose -O bootstrap.sh http://git.eclipse.org/c/platform/eclipse.plat
# but will remove it if no differences found.
# and a command line like the following works well
-wget --no-verbose -O wgetFresh.NEW.sh http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/bootstrap/bootstrap/wgetFresh.sh?h=$initScriptTag 2>&1;
+wget --no-verbose -O wgetFresh.NEW.sh http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/bootstrap/wgetFresh.sh?h=$initScriptTag 2>&1;
differs=`diff wgetFresh.NEW.sh wgetFresh.sh`
echo "differs: ${differs}"

Back to the top