diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-04-26 16:34:16 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-04-26 16:34:16 -0400 |
commit | ba98862a88ba3a867945c4e8bfa5a971b8ec37f9 (patch) | |
tree | 253e56118afdbaed61a91084a0bf72c52eff6c43 | |
parent | 5900c3d1b2132bb1c7a8bc8db2a75ff0944f0fd7 (diff) | |
download | tmpoverlay-ba98862a88ba3a867945c4e8bfa5a971b8ec37f9.tar.xz tmpoverlay-ba98862a88ba3a867945c4e8bfa5a971b8ec37f9.zip |
add realpath to readme reqs
-rw-r--r-- | README.rst | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,3 +41,4 @@ POSIX-only shells: - ``getopt --`` is required for proper handling of options containing spaces - ``getfattr`` is used for xattr copying but in case of failure, the system is assumed to not support xattrs and setfattr is skipped. +- ``realpath`` is required for canonicalizing paths if -c is not provided |