mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-10-04 12:31:00 +00:00
keywords: add mode= (only octal first)
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
211687bcc4
commit
ecdf381dd9
2 changed files with 10 additions and 1 deletions
|
@ -45,7 +45,6 @@ var (
|
|||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
println(string(data))
|
||||
klist[i] = fmt.Sprintf("xattr.%s=%x", xlist[i], sha1.Sum(data))
|
||||
}
|
||||
return strings.Join(klist, " "), nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue