aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-12-26 22:07:19 +0000
committerUlrich Müller <ulm@gentoo.org>2009-12-26 22:07:19 +0000
commit030022816344195c0132fd741b9cc4a7ae89a5ec (patch)
tree4322f350bc33508d5e55affae39043bf790db088 /libs
parentSome autoconf/automake changes. (diff)
downloadeselect-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.in1
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@ "$@"
}