changeset 1152:23b4af02f7ed

improved coding style
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 17 Sep 2010 13:34:54 +0200
parents 29cfc5b72cd9
children 286c23180408
files src/sdl_ttf.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sdl_ttf.mk	Fri Sep 17 09:00:36 2010 +0200
+++ b/src/sdl_ttf.mk	Fri Sep 17 13:34:54 2010 +0200
@@ -13,8 +13,8 @@
 $(PKG)_DEPS     := gcc sdl freetype
 
 define $(PKG)_UPDATE
-    wget -q -O- http://hg.libsdl.org/SDL_ttf/tags | \
-    grep "release-" | \
+    wget -q -O- 'http://hg.libsdl.org/SDL_ttf/tags' | \
+    grep 'release-' | \
     $(SED) -n 's,.*release-\([0-9.]*\)<.*,\1,p' | \
     head -1
 endef