Changeset 16180 for trunk/Nebulous/bin/neb-touch
- Timestamp:
- Jan 22, 2008, 11:25:43 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/bin/neb-touch (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/bin/neb-touch
r16179 r16180 3 3 # Copyright (C) 2007-2008 Joshua Hoblitt 4 4 # 5 # $Id: neb-touch,v 1. 3 2008-01-22 21:14:55jhoblitt Exp $5 # $Id: neb-touch,v 1.4 2008-01-22 21:25:43 jhoblitt Exp $ 6 6 7 7 use strict; … … 41 41 42 42 unless ($neb->find($file)) { 43 $neb->create($file, 0,$volume)43 $neb->create($file, $volume) 44 44 or die "failed to create Nebulous key $file"; 45 45 }
Note:
See TracChangeset
for help on using the changeset viewer.
