From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4C60C138010 for ; Fri, 14 Sep 2012 22:41:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E70121C009; Fri, 14 Sep 2012 22:41:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0B70B21C009 for ; Fri, 14 Sep 2012 22:41:38 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72B6233CEF0 for ; Fri, 14 Sep 2012 22:41:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2B439E543F for ; Fri, 14 Sep 2012 22:41:37 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1347662472.c4b31ecbca0c286a48e6f36311f84a2980f064d7.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: c4b31ecbca0c286a48e6f36311f84a2980f064d7 X-VCS-Branch: master Date: Fri, 14 Sep 2012 22:41:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b8122607-8937-4bdb-8021-1f4249f6cd12 X-Archives-Hash: 1e43216db309697afdef1a347a55fdd7 commit: c4b31ecbca0c286a48e6f36311f84a2980f064d7 Author: Ulrich Müller gentoo org> AuthorDate: Fri Sep 14 22:41:12 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Fri Sep 14 22:41:12 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=c4b31ecb Fix typo in ChangeLog: slash, not backslash. --- ChangeLog | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 59c253c..8de74a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ * configure.ac: Update version to 1.3.2. * Tagged 1.3.2 release. - * bin/eselect.in (EROOT): Remove any trailing backslash from ROOT + * bin/eselect.in (EROOT): Remove any trailing slash from ROOT before appending EPREFIX. 2012-09-12 Ulrich Müller