Index: branches/czw_branch/20160809/Nebulous/bin/neb-repair
===================================================================
--- branches/czw_branch/20160809/Nebulous/bin/neb-repair	(revision 39791)
+++ branches/czw_branch/20160809/Nebulous/bin/neb-repair	(revision 39792)
@@ -167,5 +167,5 @@
     my $name = shift;                # Filename for which to get the scheme
     my ($scheme) = $name =~ /^(path|neb|file):/; # The scheme, e.g., file://, path://
-    if undef $scheme { $scheme = "none"; }
+#    if undef $scheme { $scheme = "none"; }
     # $scheme may be undef if the input doesn't contain one of the above recognised schemes
     unless (defined($scheme)) { $scheme = "none"; }
