projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eff6577
)
Fix typo
author
Florian Fainelli
<florian@openwrt.org>
Wed, 2 Jan 2008 15:18:24 +0000
(15:18 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 2 Jan 2008 15:18:24 +0000
(15:18 +0000)
SVN-Revision: 10084
include/download.mk
patch
|
blob
|
history
diff --git
a/include/download.mk
b/include/download.mk
index b93b774b97380dba0c34ebce9fc9a2c18dd4e4a3..0558d4979ec8a562b7f9184894d93606c31e6594 100644
(file)
--- a/
include/download.mk
+++ b/
include/download.mk
@@
-16,6
+16,7
@@
$(strip \
$(if $(filter svn://%,$(1)),svn, \
$(if $(filter cvs://%,$(1)),cvs, \
unknown \
+ ) \
) \
) \
) \