remove errant comment

git-svn-id: svn://10.0.0.236/trunk@206316 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rhelmer%mozilla.com 2006-08-01 20:11:50 +00:00
parent 26b893c327
commit 199719e59a

View File

@ -3,7 +3,7 @@ download_mars () {
only="$2"
echo "Using $update_url"
curl -s $update_url #> update.xml
curl -s $update_url > update.xml
mkdir -p update/
if [ -z $only ]; then