OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-tools                    Date:   09-Apr-2004 22:30:46
  Branch: HEAD                             Handle: 2004040921304600

  Modified files:
    openpkg-tools/cmd       fetch.pl

  Log:
    fix syntax

  Summary:
    Revision    Changes     Path
    1.2         +1  -1      openpkg-tools/cmd/fetch.pl
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-tools/cmd/fetch.pl
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 fetch.pl
  --- openpkg-tools/cmd/fetch.pl        9 Apr 2004 19:44:21 -0000       1.1
  +++ openpkg-tools/cmd/fetch.pl        9 Apr 2004 20:30:46 -0000       1.2
  @@ -221,7 +221,7 @@
       
           #   try to fetch the URL
           unlink("$dst.hdr");
  -        $rc = system($curl
  +        $rc = system($curl .
                        " --location" .
                        " --max-time 1800" .
                        " --connect-timeout 20" .
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to