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

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-registry                 Date:   07-Aug-2006 17:14:06
  Branch: HEAD                             Handle: 2006080716140500

  Modified files:
    openpkg-registry        register.sh

  Log:
    fix error message printing wrong variable

  Summary:
    Revision    Changes     Path
    1.50        +2  -2      openpkg-registry/register.sh
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-registry/register.sh
  ============================================================================
  $ cvs diff -u -r1.49 -r1.50 register.sh
  --- openpkg-registry/register.sh      3 Aug 2006 00:14:04 -0000       1.49
  +++ openpkg-registry/register.sh      7 Aug 2006 15:14:05 -0000       1.50
  @@ -271,7 +271,7 @@
       [ ".$REGISTRY_USER" = . ] && error "missing information REGISTRY_USER"
       [ ".$REGISTRY_DESC" = . ] && error "missing information REGISTRY_DESC"
       [ ".$REGISTRY_PLAT" = . ] && error "missing information REGISTRY_PLAT"
  -    [ ".$REGISTRY_OREL" = . ] && error "missing information REGISTRY_PREP"
  +    [ ".$REGISTRY_OREL" = . ] && error "missing information REGISTRY_OREL"
       [ ".$REGISTRY_UUID" = . ] && error "missing information REGISTRY_UUID"
       [ ".$REGISTRY_PREP" = . ] && error "missing information REGISTRY_PREP"
   
  @@ -461,7 +461,7 @@
       [ ".$REGISTRY_USER" = . ] && error "missing information REGISTRY_USER"
       [ ".$REGISTRY_DESC" = . ] && error "missing information REGISTRY_DESC"
       [ ".$REGISTRY_PLAT" = . ] && error "missing information REGISTRY_PLAT"
  -    [ ".$REGISTRY_OREL" = . ] && error "missing information REGISTRY_PREP"
  +    [ ".$REGISTRY_OREL" = . ] && error "missing information REGISTRY_OREL"
       [ ".$REGISTRY_UUID" = . ] && error "missing information REGISTRY_UUID"
       [ ".$REGISTRY_DATA" = . ] && error "missing information REGISTRY_DATA"
       [ ".$REGISTRY_PREP" = . ] && error "missing information REGISTRY_PREP"
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to