summaryrefslogtreecommitdiffstats
path: root/include/download.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-01-02 15:18:24 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-01-02 15:18:24 +0000
commit162f0194a155e46064ad282f60fe47865a4a0130 (patch)
treece384122d687f611891c73cd48d2e0dec75f134d /include/download.mk
parenteff65775c4e2518ec7b0c0c19d7b6675ac5862a1 (diff)
downloadmaster-31e0f0ae-162f0194a155e46064ad282f60fe47865a4a0130.tar.gz
master-31e0f0ae-162f0194a155e46064ad282f60fe47865a4a0130.tar.bz2
master-31e0f0ae-162f0194a155e46064ad282f60fe47865a4a0130.zip
Fix typo
SVN-Revision: 10084
Diffstat (limited to 'include/download.mk')
-rw-r--r--include/download.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/download.mk b/include/download.mk
index b93b774b97..0558d4979e 100644
--- a/include/download.mk
+++ b/include/download.mk
@@ -16,6 +16,7 @@ $(strip \
$(if $(filter svn://%,$(1)),svn, \
$(if $(filter cvs://%,$(1)),cvs, \
unknown \
+ ) \
) \
) \
) \