IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13258


Ignore:
Timestamp:
May 4, 2007, 2:31:31 PM (19 years ago)
Author:
jhoblitt
Message:

fix --path handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/bin/neb-locate

    r13257 r13258  
    33# Copyright (C) 2007  Joshua Hoblitt
    44#
    5 # $Id: neb-locate,v 1.1 2007-05-05 00:27:37 jhoblitt Exp $
     5# $Id: neb-locate,v 1.2 2007-05-05 00:29:43 jhoblitt Exp $
    66
    77use strict;
     
    6464    # print just one
    6565    if (defined $path) {
    66         @files = URI->new(@$uris[0]);
     66        @files = (URI->new(@$uris[0])->file);
    6767    } else {
    6868        @files = @$uris[0];
Note: See TracChangeset for help on using the changeset viewer.