This commit is contained in:
rhelmer%mozilla.com 2006-08-01 20:11:50 +00:00
Родитель 509ede2597
Коммит 037462bfdf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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