Changeset 13258
- Timestamp:
- May 4, 2007, 2:31:31 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/bin/neb-locate (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/bin/neb-locate
r13257 r13258 3 3 # Copyright (C) 2007 Joshua Hoblitt 4 4 # 5 # $Id: neb-locate,v 1. 1 2007-05-05 00:27:37jhoblitt Exp $5 # $Id: neb-locate,v 1.2 2007-05-05 00:29:43 jhoblitt Exp $ 6 6 7 7 use strict; … … 64 64 # print just one 65 65 if (defined $path) { 66 @files = URI->new(@$uris[0]);66 @files = (URI->new(@$uris[0])->file); 67 67 } else { 68 68 @files = @$uris[0];
Note:
See TracChangeset
for help on using the changeset viewer.
