Changeset 24464 for trunk/Nebulous
- Timestamp:
- Jun 17, 2009, 1:31:00 PM (17 years ago)
- Location:
- trunk/Nebulous
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
bin/neb-locate (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/Changes
r24440 r24464 5 5 - change neb-ls to always output in --long format 6 6 - add neb-rm --force flag 7 - change neb-locate's output seperator to \n 7 8 8 9 0.10 -
trunk/Nebulous/bin/neb-locate
r24462 r24464 72 72 } 73 73 74 print join(" ", @files), "\n";74 print join("\n", @files), "\n"; 75 75 76 76 __END__
Note:
See TracChangeset
for help on using the changeset viewer.
