IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2016, 6:15:48 PM (10 years ago)
Author:
watersc1
Message:

Fix line that seems unnecessary, and causes syntax errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/Nebulous/bin/neb-repair

    r39506 r39792  
    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.