changeset 1443:ec04ad91c913

improved coding style
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 28 Nov 2010 17:41:46 +0100
parents 06b678137c12
children 560b3cb89bab
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Nov 28 17:39:10 2010 +0100
+++ b/Makefile	Sun Nov 28 17:41:46 2010 +0100
@@ -60,8 +60,8 @@
 DOWNLOAD_PKG_ARCHIVE = \
     mkdir -p '$(PKG_DIR)' && \
     $(if $($(1)_URL_2), \
-        ( wget -T 30 -O - '$($(1)_URL)' || wget -O - '$($(1)_URL_2)' ), \
-        wget -O - '$($(1)_URL)') \
+        ( wget -T 30 -O- '$($(1)_URL)' || wget -O- '$($(1)_URL_2)' ), \
+        wget -O- '$($(1)_URL)') \
     $(if $($(1)_FIX_GZIP), \
         | gzip -d | gzip -9n, \
         ) \