Index: /trunk/Nebulous/Changes
===================================================================
--- /trunk/Nebulous/Changes	(revision 24463)
+++ /trunk/Nebulous/Changes	(revision 24464)
@@ -5,4 +5,5 @@
     - change neb-ls to always output in --long format
     - add neb-rm --force flag
+    - change neb-locate's output seperator to \n
 
 0.10
Index: /trunk/Nebulous/bin/neb-locate
===================================================================
--- /trunk/Nebulous/bin/neb-locate	(revision 24463)
+++ /trunk/Nebulous/bin/neb-locate	(revision 24464)
@@ -72,5 +72,5 @@
 }
 
-print join(" ", @files), "\n";
+print join("\n", @files), "\n";
 
 __END__
