Changeset 39926 for trunk/Nebulous/bin
- Timestamp:
- Jan 6, 2017, 11:30:10 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Nebulous/bin/neb-repair (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Nebulous/bin/neb-repair
r39506 r39926 167 167 my $name = shift; # Filename for which to get the scheme 168 168 my ($scheme) = $name =~ /^(path|neb|file):/; # The scheme, e.g., file://, path:// 169 if undef $scheme { $scheme = "none"; }169 # if undef $scheme { $scheme = "none"; } 170 170 # $scheme may be undef if the input doesn't contain one of the above recognised schemes 171 171 unless (defined($scheme)) { $scheme = "none"; }
Note:
See TracChangeset
for help on using the changeset viewer.
