Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MT#58014 encrypt: Avoid remove leading / messages from tar
We are prepending an extra / to the pathnames passed to tar, and calling tar from a directory other than the root directory while not telling it to use absolute names so it complains about these two things with the following messages: ,--- tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets tar: Removing leading `//' from member names tar: Removing leading `//' from hard link targets `--- which is something the user cannot do much about, and it's rather annoying. Change-Id: I9e9c853f26363e451b8883d3c74c5508ba3049dc
- Loading branch information