IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39926 for trunk/Nebulous/bin


Ignore:
Timestamp:
Jan 6, 2017, 11:30:10 AM (10 years ago)
Author:
eugene
Message:

merging changes from czw dev branch (compare with r39924)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/Nebulous/bin/neb-repair

    r39506 r39926  
    167167    my $name = shift;                # Filename for which to get the scheme
    168168    my ($scheme) = $name =~ /^(path|neb|file):/; # The scheme, e.g., file://, path://
    169     if undef $scheme { $scheme = "none"; }
     169#    if undef $scheme { $scheme = "none"; }
    170170    # $scheme may be undef if the input doesn't contain one of the above recognised schemes
    171171    unless (defined($scheme)) { $scheme = "none"; }
Note: See TracChangeset for help on using the changeset viewer.