From: florian Date: Wed, 2 Jan 2008 15:18:24 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/1967f7230247c8599f6288bd9a29279447adfbbe?ds=sidebyside Fix typo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10084 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/download.mk b/include/download.mk index b93b774b9..0558d4979 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 \ + ) \ ) \ ) \ ) \