From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NOenI-0004o7-3A for garchives@archives.gentoo.org; Sat, 26 Dec 2009 22:07:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65DA7E0439; Sat, 26 Dec 2009 22:07:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4665CE0439 for ; Sat, 26 Dec 2009 22:07:26 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id E4ADA67C0C for ; Sat, 26 Dec 2009 22:07:25 +0000 (UTC) Received: from ulm by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NOenE-0006SE-Gz for gentoo-commits@lists.gentoo.org; Sat, 26 Dec 2009 22:07:25 +0000 To: gentoo-commits@lists.gentoo.org From: "Ulrich Mueller (ulm)" Subject: [gentoo-commits] eselect r742 - trunk/libs X-VCS-Repository: eselect X-VCS-Revision: 742 X-VCS-Files: trunk/libs/path-manipulation.bash.in X-VCS-Directories: trunk/libs X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=UTF-8 Message-Id: Sender: Ulrich Mueller Date: Sat, 26 Dec 2009 22:07:24 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 54640c66-de20-4e18-87e0-0dd299015b1f X-Archives-Hash: 921a123453174b6b7daa7763129a1d62 Author: ulm Date: 2009-12-26 22:07:19 +0000 (Sat, 26 Dec 2009) New Revision: 742 Modified: trunk/libs/path-manipulation.bash.in Log: Add a comment. Modified: trunk/libs/path-manipulation.bash.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/libs/path-manipulation.bash.in 2009-12-04 10:08:45 UTC (rev 741= ) +++ trunk/libs/path-manipulation.bash.in 2009-12-26 22:07:19 UTC (rev 742= ) @@ -61,6 +61,7 @@ echo "${path:-/}" } =20 +# Wrapper function for either GNU "readlink -f" or "realpath". canonicalise() { @CANONICALISE@ "$@" }