Changeset 41043 for branches/eam_branches/ipp-20191011
- Timestamp:
- Nov 5, 2019, 8:02:37 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20191011/Nebulous/lib/Nebulous/Util.pm
r41008 r41043 161 161 die "can not process $arg because it is not in name:value form" 162 162 unless defined $name and defined $value; 163 die "xattr name: $name is not in t o the form user.name"163 die "xattr name: $name is not in the form user.name" 164 164 unless $name =~ /^user\./; 165 165 $neb->setxattr($key, $name, $value, "replace")
Note:
See TracChangeset
for help on using the changeset viewer.
