Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r742 - trunk/libs
Date: Sat, 26 Dec 2009 22:07:28
Message-Id: E1NOenE-0006SE-Gz@stork.gentoo.org
1 Author: ulm
2 Date: 2009-12-26 22:07:19 +0000 (Sat, 26 Dec 2009)
3 New Revision: 742
4
5 Modified:
6 trunk/libs/path-manipulation.bash.in
7 Log:
8 Add a comment.
9
10 Modified: trunk/libs/path-manipulation.bash.in
11 ===================================================================
12 --- trunk/libs/path-manipulation.bash.in 2009-12-04 10:08:45 UTC (rev 741)
13 +++ trunk/libs/path-manipulation.bash.in 2009-12-26 22:07:19 UTC (rev 742)
14 @@ -61,6 +61,7 @@
15 echo "${path:-/}"
16 }
17
18 +# Wrapper function for either GNU "readlink -f" or "realpath".
19 canonicalise() {
20 @CANONICALISE@ "$@"
21 }