IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 27, 2019, 12:04:14 PM (7 years ago)
Author:
eugene
Message:

merging updates to Nebulous from EAM dev branch ipp-20191011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/lib/Nebulous/Util.pm

    r23934 r41172  
    7878    # The instance file attempting to be opened should always exist as it was
    7979    # created by the Nebulous server.
     80
    8081    my $fh;
    8182    for (my $i = 0; $i < 60; $i++) {
     
    160161        die "can not process $arg because it is not in name:value form"
    161162            unless defined $name and defined $value;
    162         die "xattr name: $name is not in to the form user.name"
     163        die "xattr name: $name is not in the form user.name"
    163164            unless $name =~ /^user\./;
    164165        $neb->setxattr($key, $name, $value, "replace")
Note: See TracChangeset for help on using the changeset viewer.