Make it clear that, if the second argument of CT_GetFile starts with a dot, it is considered to be the preferred extension.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Dec 21 20:07:47 2008 +0000 (2008-12-21)
changeset 1104a781c47bb638
parent 1103 fab1755d2998
child 1105 3ba2a43353df
Make it clear that, if the second argument of CT_GetFile starts with a dot, it is considered to be the preferred extension.

/trunk/scripts/functions | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
scripts/functions
     1.1 --- a/scripts/functions	Fri Dec 19 19:04:43 2008 +0000
     1.2 +++ b/scripts/functions	Sun Dec 21 20:07:47 2008 +0000
     1.3 @@ -434,7 +434,7 @@
     1.4  }
     1.5  
     1.6  # Download the file from one of the URLs passed as argument
     1.7 -# Usage: CT_GetFile <filename> [extension] <url> [url ...]
     1.8 +# Usage: CT_GetFile <filename> [.extension] <url> [url ...]
     1.9  CT_GetFile() {
    1.10      local ext
    1.11      local url