Index: trunk/Nebulous/bin/neb-repair
===================================================================
--- trunk/Nebulous/bin/neb-repair	(revision 39506)
+++ trunk/Nebulous/bin/neb-repair	(revision 39926)
@@ -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"; }
