Changeset 12972 for trunk/Nebulous/bin/neb-addvol
- Timestamp:
- Apr 23, 2007, 3:04:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/bin/neb-addvol (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/bin/neb-addvol
r12970 r12972 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: neb-addvol,v 1. 2 2007-04-24 00:56:30jhoblitt Exp $5 # $Id: neb-addvol,v 1.3 2007-04-24 01:04:55 jhoblitt Exp $ 6 6 7 7 use strict; … … 51 51 print "Checking URI..."; 52 52 53 my $path = URI ::file->new($uri)->file;53 my $path = URI->new($uri)->file; 54 54 unless (-d $path) { 55 55 die "path: $path dirived from URI: $uri does not exist";
Note:
See TracChangeset
for help on using the changeset viewer.
