aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Gilmer <kgilmer@gmail.com>2010-05-18 22:35:10 -0400
committerKen Gilmer <kgilmer@gmail.com>2010-05-18 22:35:10 -0400
commit11fd18163d37fdd7469d0702983e6fac9b6f9daa (patch)
treea69f34228c952a64cdbce77e9e4bce18c35abeb6
parent737db80796baf41956198f679c714436d8579860 (diff)
downloadeclipsetools-11fd18163d37fdd7469d0702983e6fac9b6f9daa.tar.gz
gumstix_install: updated script based on Ash Charles advice.
-rw-r--r--org.openembedded.bc.ui/scripts/gumstix_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.openembedded.bc.ui/scripts/gumstix_install.sh b/org.openembedded.bc.ui/scripts/gumstix_install.sh
index 84264ba..605ca2d 100644
--- a/org.openembedded.bc.ui/scripts/gumstix_install.sh
+++ b/org.openembedded.bc.ui/scripts/gumstix_install.sh
@@ -29,7 +29,7 @@ test ${Configure Host} = true && sudo -A sysctl -p
# Cloning OE Repository
mkdir -p ${Install Directory}
cd ${Install Directory}
-git clone --verbose --progress ${Repository URL}
+git clone --verbose ${Repository URL}
test ! -d org.openembedded.dev && echo "ERROR: Repository clone of ${Repository URL} failed. !!OTEWIZARDSTOP"
# Configuring Machine Type