summaryrefslogtreecommitdiff
path: root/pre-build-root-install-dependencies.sh
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-09-25 10:13:36 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-09-25 10:13:36 +0300
commit5cfc14f494334de0e0cfbbcd79e96da062aae959 (patch)
tree00732b2df54496d66d9907adf97cf4eb67df5f5f /pre-build-root-install-dependencies.sh
parent96c5868bd8d98496f06e594c903577b10e95014c (diff)
Fix corrupted repo script: drop -c option from wget command
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'pre-build-root-install-dependencies.sh')
-rwxr-xr-xpre-build-root-install-dependencies.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pre-build-root-install-dependencies.sh b/pre-build-root-install-dependencies.sh
index acaeb78..701c27d 100755
--- a/pre-build-root-install-dependencies.sh
+++ b/pre-build-root-install-dependencies.sh
@@ -31,7 +31,7 @@ elif [ "$DISTRIBUTION" = "fedora" ]; then
#yum install autoconf automake libtool glib2-devel
fi
-# Get latest repo script and install it in PATH (use our mirror of repo)
+# Get latest repo script and install it in PATH
test -d $HOME/bin || mkdir -p $HOME/bin
-wget -cq --no-check-certificate "http://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable" -O $HOME/bin/repo
+wget -q --no-check-certificate "http://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable" -O $HOME/bin/repo
chmod a+x $HOME/bin/repo