1
0
Fork 0
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:
Vincent Batts 2016-03-17 16:29:24 -04:00
parent 211687bcc4
commit ecdf381dd9
2 changed files with 10 additions and 1 deletions

View file

@ -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