summaryrefslogtreecommitdiff
path: root/sources/josm
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-01-11 10:00:47 +0100
committerJochen Topf <jochen@topf.org>2013-01-11 10:00:47 +0100
commit34fbbac684e0636c06442760f1d3b409959ec52a (patch)
tree2d58158fcf850821ae2717e685345ecb642b4c8c /sources/josm
parentb08c013ab6a32a90c428e2ec52b217b1b812390f (diff)
downloadtaginfo-34fbbac684e0636c06442760f1d3b409959ec52a.tar
taginfo-34fbbac684e0636c06442760f1d3b409959ec52a.tar.gz
Use curl instead of wget (no need to have two dependencies when one is enough)
Diffstat (limited to 'sources/josm')
-rwxr-xr-xsources/josm/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/josm/update.sh b/sources/josm/update.sh
index c8507fd..a52a8e8 100755
--- a/sources/josm/update.sh
+++ b/sources/josm/update.sh
@@ -25,7 +25,7 @@ rm -f $DATABASE
rm -f $ELEMSTYLES
echo "`$DATECMD` Getting styles..."
-wget -O $ELEMSTYLES http://josm.openstreetmap.de/svn/trunk/styles/standard/elemstyles.xml
+curl --silent --output $ELEMSTYLES http://josm.openstreetmap.de/svn/trunk/styles/standard/elemstyles.xml
echo "`$DATECMD` Updating images..."
if [ -d $DIR/svn-source ]; then