<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#333333" bgcolor="#FFFFFF">
    <p><font face="Arial">Hi,</font></p>
    <p><font face="Arial">When downloading/fetching a single (script)
        file from a Git repo. If I use:</font></p>
    <p><tt>```<br>
        fetch {<br>
            file mkdir ${worksrcpath}<br>
            system -W ${worksrcpath} "curl -qs ${master_sites}/${_file}
        -o ${distpath}/${distname}"<br>
        }<br>
        <br>
        post-checksum {<br>
            copy ${distpath}/${distname} ${worksrcpath}<br>
        }<br>
      </tt><tt>```</tt></p>
    <p>That works, and I can verify against the checksums, etc. But is
      that an ok method? …or is there a better &/or preferred way?</p>
    <p>· Eric<br>
    </p>
  </body>
</html>