diff options
author | 2009-12-26 22:07:19 +0000 | |
---|---|---|
committer | 2009-12-26 22:07:19 +0000 | |
commit | 030022816344195c0132fd741b9cc4a7ae89a5ec (patch) | |
tree | 4322f350bc33508d5e55affae39043bf790db088 /libs | |
parent | Some autoconf/automake changes. (diff) | |
download | eselect-030022816344195c0132fd741b9cc4a7ae89a5ec.tar.gz eselect-030022816344195c0132fd741b9cc4a7ae89a5ec.tar.bz2 eselect-030022816344195c0132fd741b9cc4a7ae89a5ec.zip |
Add a comment.
svn path=/trunk/; revision=742
Diffstat (limited to 'libs')
-rw-r--r-- | libs/path-manipulation.bash.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/path-manipulation.bash.in b/libs/path-manipulation.bash.in index 273806d..2ff75a2 100644 --- a/libs/path-manipulation.bash.in +++ b/libs/path-manipulation.bash.in @@ -61,6 +61,7 @@ dirname() { echo "${path:-/}" } +# Wrapper function for either GNU "readlink -f" or "realpath". canonicalise() { @CANONICALISE@ "$@" } |