From: "Ulrich Mueller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/eselect:master commit in: libs/
Date: Sat, 2 Mar 2013 11:07:12 +0000 (UTC) [thread overview]
Message-ID: <1362222677.3886c469547e839011897a86b782c420be52ca26.ulm@gentoo> (raw)
commit: 3886c469547e839011897a86b782c420be52ca26
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 2 11:11:17 2013 +0000
Commit: Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 11:11:17 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=3886c469
Update comment for relative_name function.
---
libs/path-manipulation.bash.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libs/path-manipulation.bash.in b/libs/path-manipulation.bash.in
index aeee4be..0e02e0a 100644
--- a/libs/path-manipulation.bash.in
+++ b/libs/path-manipulation.bash.in
@@ -67,7 +67,8 @@ canonicalise() {
}
# relative_name
-# Convert filename $1 to be relative to directory $2 (both must exist).
+# Convert filename $1 to be relative to directory $2.
+# For both paths, all but the last component must exist.
relative_name() {
local path=$(canonicalise "$1") dir=$(canonicalise "$2") c
while [[ -n ${dir} ]]; do
next reply other threads:[~2013-03-02 11:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-02 11:07 Ulrich Mueller [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-06-18 19:32 [gentoo-commits] proj/eselect:master commit in: libs/ Ulrich Müller
2013-11-19 8:17 Ulrich Müller
2013-11-10 20:24 Ulrich Müller
2013-01-13 13:10 Ulrich Mueller
2013-01-05 13:47 Ulrich Mueller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1362222677.3886c469547e839011897a86b782c420be52ca26.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox