Fixed missing $

This commit is contained in:
John Garland 2009-02-24 04:46:08 +00:00
commit a16a083913

View file

@ -9,7 +9,7 @@
; Macros ; Macros
!macro get_url installer !macro get_url installer
!define ${installer}_URL "http://download.deluge-torrent.org/windows/deps/${{installer}}" !define ${installer}_URL "http://download.deluge-torrent.org/windows/deps/${${installer}}"
!macroend !macroend
!macro download url filename !macro download url filename